Skip to content

An introductory insight on how to obtain twitter data using python

License

Notifications You must be signed in to change notification settings

Sourav1997/Twitter_streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter_streaming

An introductory insight on how to obtain twitter data using python

In order to access Twitter Streaming API, we need to get 4 pieces of information from Twitter: API key, API secret, Access token and Access token secret. Follow the steps below to get all 4 elements:

Create a twitter account if you do not already have one.
Go to https://apps.twitter.com/ and log in with your twitter credentials.
Click "Create New App"
Fill out the form, agree to the terms, and click "Create your Twitter application"
In the next page, click on "API keys" tab, and copy your "API key" and "API secret".
Scroll down and click "Create my access token", and copy your "Access token" and "Access token secret".

About

An introductory insight on how to obtain twitter data using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages