/EmotionalTweets

Analyze emotional content of tweets in Laravel4

Primary LanguagePHP

Emotional tweets

Laravel PHP Framework

Twitter Bootstrap

Twitter search REST API

Sentimental API determine if the tweet is Happy / Sad / Indifferent

Vagrant (optional)

Composer

What you need:

Twitter API key: https://dev.twitter.com

Mashape API key: https://www.mashape.com

###Twitter account Once you run the command php artisan config:publish thujohn/twitter, you need to modify app/config/packages/thujohn/twitter/config.php with the correct API information.

###Mashape You need to modify app/config/packages/mashape/unirest-php/config.php with the correct API information.

[URLs]

https://dev.twitter.com/docs/api/1.1/get/search/tweets

http://laravel.com

http://getbootstrap.com

https://www.mashape.com/sentimental/sentiment-analysis-for-twitter-and-facebook

http://www.vagrantup.com

https://getcomposer.org

You just need to run composer install to install the Laravel framework inside the project directory before you are able to run this code.