Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 748 Bytes

Twitter Crawler with Sentiment Analysis

If you are here then you know how difficult it has become to scrape tweets as twitter loads the tweets dynamically meaning that only the tweets that are in the current frame of the screen are only loaded.

Demo

Demo

Features

  • Extract tweets
  • Extract name of the tweeters
  • Sentiment analysis on the tweets

Want to try it out?

Clone this project and run

python manage.py runserver

Frameworks/Libraries

  • Selenium
  • TextBlob
  • Django

Want to contribute?

  • Drop a star if it helped you
  • Pull request to add more features

Todos

  • Scrape videos from tweets