Skip to content

A script that takes a list of comma-separated `tweet_id`s and downloads their corresponding JSON objects.

Notifications You must be signed in to change notification settings

ebgoldstein/TweetsJSONDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TweetsJSONDownloader

A script that takes a list of comma-separated tweet_ids and downloads their corresponding JSON objects.

Dependencies:

  • click
  • tqdm
  • tweepy
Usage: script.py [OPTIONS] CONSUMER_TOKEN CONSUMER_SECRET ACCESS_TOKEN
                 ACCESS_TOKEN_SECRET TWEET_IDS_CSV_FILE OUTPUT_JSON_FILE

Options:
  --wait_between_requests FLOAT
  --help                         Show this message and exit.

About

A script that takes a list of comma-separated `tweet_id`s and downloads their corresponding JSON objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%