A command line tool to get all latest tweets for a list of handles or IDs of Twitter users. Results will be stored as CSV.
Copy example.env
to .env
and edit values as needed. See explanations inside the example file.
node install
node index.js
Normal Twitter limit is 900 requests per 15 minutes. The API returns up to 100 Tweets per request. You can do the math. :) But the program will also write a warning if the rate limit could be hit.