dogsheep / twitter-to-sqlite

Save data from Twitter to a SQLite database
Apache License 2.0
402 stars 21 forks source link

statuses-lookup command #13

Closed simonw closed 5 years ago

simonw commented 5 years ago

For bulk retrieving tweets by their ID.

https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-lookup

Rate limit is 900/15 minutes (1 call per second) but each call can pull up to 100 IDs, so we can pull 6,000 per minute.

Should support --SQL and --attach #8

simonw commented 5 years ago

Documentation: https://github.com/dogsheep/twitter-to-sqlite#retrieve-tweets-in-bulk