Lechus / EmotionalTweets

Analyze emotional content of tweets in Laravel4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Analyze emotional content of tweets in Laravel4


Languages

Language:PHP 78.0%Language:JavaScript 18.8%Language:Shell 1.9%Language:CSS 1.4%