https://github.com/mathdroid/twitter-dev-salaries-scraper
https://docs.google.com/spreadsheets/d/1-xIgk7Mw1S5DXTZSbKBgxlsQAn7XGIu7Mfy72lSVHKk/edit?usp=sharing
https://github.com/mathdroid/twitter-dev-salaries-scraper
Last synced: 9 months ago
JSON representation
https://docs.google.com/spreadsheets/d/1-xIgk7Mw1S5DXTZSbKBgxlsQAn7XGIu7Mfy72lSVHKk/edit?usp=sharing
- Host: GitHub
- URL: https://github.com/mathdroid/twitter-dev-salaries-scraper
- Owner: mathdroid
- Created: 2020-02-15T06:07:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T05:06:17.000Z (almost 6 years ago)
- Last Synced: 2025-04-20T06:34:52.081Z (10 months ago)
- Language: JavaScript
- Homepage: https://news.ycombinator.com/item?id=22334702
- Size: 13.7 KB
- Stars: 127
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Developer Salary Scraper
A simple script to scrape [#KnowYourWorth](https://twitter.com/hashtag/KnowYourWorth)
tweets inspired by [@ZacSweers](https://twitter.com/ZacSweers)' tweet
()
Public spreadsheet:
Hacker News thread:
## Prerequisites
Twitter developer App and its corresponding consumer key/secret and access token key/secret
## Usage
1. Clone
2. Install dependencies (`npm install`/`yarn`)
3. fill `.env.example` with the keys/secrets (change file name to `.env`)
4. `node index.js` to generate tweets json
5. `node parse.js` to generate csv
## LICENSE
MIT