Collection of scripts and programs to analyze https://news.ycombinator.com
A script that scrapes whoishiring posts and transforms into analytical format.
Running the script will create a whoishiring.db
sqlite3 database locally.
$ poetry run python hn_analytics/whoishiring.py
Simple analytic result currently published by querying the data and dumping it to this google sheet
- Python 3.11+ (use pyenv)
- poetry (https://python-poetry.org/docs/#installing-with-the-official-installer)
I was messing with async python stuff.