Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 706 Bytes

About

Collection of scripts and programs to analyze https://news.ycombinator.com

hn_analytics/whoishiring.py

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

Development

Notes

I was messing with async python stuff.