Tweet Visualization and Sentiment Analysis in Python - Full Tutorial
In this Python tutorial, the Tweepy module is used to stream live tweets directly from Twitter in real-time. The tweets are visualized and then the TextBlob module is used to do sentiment analysis on the tweets.
💻Code: https://github.com/vprusso/youtube_tutorials/tree/master/twitter_python
⭐️ Contents ⭐️
⌨️ (00:06) Streaming live tweets
⌨️ (23:17) Cursor and pagination
⌨️ (43:28) Analyzing tweet data
⌨️ (1:03:16) Visualizing tweet data
⌨️ (1:20:18) Sentiment analysis
🔗Tweepy Website:http://www.tweepy.org/
🔗Cursor Docs: http://docs.tweepy.org/en/v3.5.0/cursor_tutorial.html
🔗API Reference: http://docs.tweepy.org/en/v3.5.0/api.html
Tutorial from Vincent Russo of Lucid Programming. Check out his YouTube channel: http://bit.ly/lucidcode
🐦Vincent on Twitter: @captainhamptons
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org