Skip to content

A web scraper that extracts tweets from twitter and performs sentiment analysis on them

Notifications You must be signed in to change notification settings

deepbodra97/twitter-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web scraper that extracts tweets from twitter and performs sentiment analysis on them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published