Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam5992/tweetengine
Real Time Twitter Trend Analysis
https://github.com/shivam5992/tweetengine
Last synced: 1 day ago
JSON representation
Real Time Twitter Trend Analysis
- Host: GitHub
- URL: https://github.com/shivam5992/tweetengine
- Owner: shivam5992
- Created: 2014-06-21T07:14:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T07:01:49.000Z (over 10 years ago)
- Last Synced: 2024-04-16T03:51:50.688Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 441 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Real Time Twitter Trend Analysis and Visualization
A full stack web based application To
1. Fetch real time tweets for a particular keyword/hashtag.
2. Stream Live Tweets
3. Find out Trend Analysis, Sentiment Analysis, Lexical Analysis, Readability Analysis
4. Visualizing Analysed results and tweets itself
Features
--------Real Time Tweet Streaming on Web using Web Sockets
Analysis
* Sentiment polarity
* Optimism and Pessimism
* Lexical Density and Lexical Content
* Horizon Content
* Tweets Tone and Readability
* Tracking of parameters like like Mentions, HashTag, Locations, ReTweets, Average Tweet Length, Tweet Count, User Count
Libraries
---------WebSockets, D3, Gevent, Flask, TextBlob, TwitterApi
Usage
-----1. Demographic Wise Trend
2. Brand Product Popularity
3. Movie Reviews in Real Time
4. Trending Topics
5. Influence of Election Candidates
6. Prediction analysisToDo
----
Threading Bug: Implement Thread class rather directly using Thread.