Once you’ve done these things, you are ready to begin querying Twitter’s API to see what you can learn about tweets! Set up Twitter AppĪfter you have applied for Developer Access, you can create an application in Twitter that you can use to access tweets.
To get started, you’ll need to do the following things: You will use the Twitter RESTful API to access data about both Twitter users and what they are tweeting about. In this lesson, you will explore analyzing social media data accessed from Twitter using Python.
You will need a computer with internet access to complete this lesson. Access tweet metadata including users in Python using Tweepy.Generate custom queries that download tweet data into Python using Tweepy.Connect to the twitter RESTful API to access twitter data with Python.After completing this tutorial, you will be able to: