svub / tweet-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet scraper

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.

Setup

Copy example.env to .env and edit values as needed. See explanations inside the example file.

Run

node install
node index.js

Rate limiting

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.

About

License:MIT License


Languages

Language:JavaScript 95.4%Language:Shell 4.6%