An open API service indexing awesome lists of open source software.

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

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