A simple script to scrape #KnowYourWorth tweets inspired by @ZacSweers' tweet (https://twitter.com/ZacSweers/status/1228205724255154177)
Public spreadsheet: https://docs.google.com/spreadsheets/d/1-xIgk7Mw1S5DXTZSbKBgxlsQAn7XGIu7Mfy72lSVHKk/edit?usp=sharing
Hacker News thread: https://news.ycombinator.com/item?id=22334702
Twitter developer App and its corresponding consumer key/secret and access token key/secret
-
Clone
-
Install dependencies (
npm install
/yarn
) -
fill
.env.example
with the keys/secrets -
node index.js
to generate tweets json -
node parse.js
to generate csv
MIT