walish / TwitterSentimentAnalysis

A web app to search twitter based on #Hashtags and calculate the sentiment of tweets.

Home Page:https://vinitshahdeo.github.io/TwitterSentimentAnalysis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Sentiment Analysis

Sentiment Analysis Open Source Love GitHub license

GitHub repo size GitHub code size in bytes GitHub top language

A web app to search the keywords(Hashtags) on Twitter and analyze the sentiments of it. The source code is written in PHP and it performs Sentiment Analysis on Tweets by using the Datumbox API.

Check it Out Live Demo

Check live demo here!

Sentiment Analysis Twitter API

APIs Used

Instructions

define('DATUMBOX_API_KEY', 'XXXXXXXXXXXXXXXXXX');

define('TWITTER_CONSUMER_KEY', 'XXXXXXXXXXXXXXXXXX');
define('TWITTER_CONSUMER_SECRET', 'XXXXXXXXXXXXXXXXXX');
define('TWITTER_ACCESS_KEY', 'XXXXXXXXXXXXXXXXXX');
define('TWITTER_ACCESS_SECRET', 'XXXXXXXXXXXXXXXXXX'); 
  • Run localhost/index.php

  • Wait a while after entering the hashtags. It may take one minute to fetch the tweets. Make sure that your system is connected with internet.

Jobtweets - Twitter Sentiment Analysis using Python

The project is about searching the twitter for job opportunities using popular #hashtags and applying sentiment analysis on this.

Oh, Thanks!

Lol :p Yes, Not an issue

Thank you for being here! For any kind of help in running this project, feel free to contact me @ vinitshahdeo@gmail.com

saythanks Twitter

License

MIT © Vinit Shahdeo

Made with love For you Powered by o2

About

A web app to search twitter based on #Hashtags and calculate the sentiment of tweets.

https://vinitshahdeo.github.io/TwitterSentimentAnalysis/

License:MIT License


Languages

Language:PHP 93.1%Language:CSS 6.9%