#100DaysOfCode in Python Transcripts
Chapter: Days 58-60: Twitter data analysis with Python
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Hello and welcome back to the 100 Days of Python. The next three days, I will be your guide, teaching you how you can do
0:08
Twitter data analysis with Python. First, we set up an application with the Twitter API. Next, we set up a virtual environment and import
0:16
the Twitter key secret and access tokens. Then, we dive straight in using the cursor object of the tweepy module to get all our tweets.
0:25
Then we show our most popular tweets based on an average of the number of likes and retweets. Then we look at the top hashtags and mentions,
0:33
and finally, we feed all our tweets into an awesome module called Wordcloud, which makes a nice visual representation of our Twitter usage.
0:43
And the second and third day, I got a lot of interesting projects lined up to solidify your newly gained Twitter data analysis skills.
0:51
This will be a lot of fun and I'm exciting to teach you this. See you in the next video.