#100DaysOfCode in Python Transcripts
Chapter: Days 58-60: Twitter data analysis with Python
Lecture: Create a Twitter app

Login or purchase this course to watch this video and the rest of the course contents.
0:00 First we want to make an app using the Twitter API, so head over to apps.twitter.com/app/new, I'm going to call it Twitter API Demo
0:14 to work on the small Tweepy Python code example. We can just put in our website and callback URL's not needed.
0:22 After I agree with the terms and create your Twitter application. With the app created you'll want to head over to keys and access tokens,
0:32 and note down the consumer key, consumer secret, and your access token, and secret. And we will need to export those as variables,
0:41 which I will show you in the next video.


Talk Python's Mastodon Michael Kennedy's Mastodon