Laravel PHP Framework
Twitter Bootstrap
Twitter search REST API
Sentimental API determine if the tweet is Happy / Sad / Indifferent
Vagrant (optional)
Composer
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.
https://dev.twitter.com/docs/api/1.1/get/search/tweets
https://www.mashape.com/sentimental/sentiment-analysis-for-twitter-and-facebook
You just need to run composer install to install the Laravel framework inside the project directory before you are able to run this code.