Skip to content

aleurbi/twitter-experiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to download Twitter's data

This repository provides illustrative examples of how to use the Twitter API with python 3.

First of all you need a twitter account and your consumer key and secret number.

  1. Go to https://apps.twitter.com/

  2. Create a new app

  3. Generate API keys

  4. Record keys on corresponding CONSUMER_KEY, CONSUMER_SECRET, ACCESS_KEY and ACCESS_SECRET variables

  5. create the file config.py with your credentials

twitter ={ "consumer_key" : "", "consumer_secret" : "", "access_token" : "", "access_token_secret" : "", }

About

how to use the Twitter API with python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%