Gig Digest Ranker
Ranks open gig opportunities from a SQLite pipeline by pay, freshness, hourly estimate, subreddit prior, and skill-fit. Emits a markdown digest with bid templates.
python3 gig_digest.py --top 10 --out digest.md
I build single-file Python automations for data cleanup, scraping, spreadsheet conversion, workflow triage, and repeatable client deliverables. Everything here runs with Python 3.10+ and no account hand-waving.
No third-party dependencies required for the portfolio scripts.
Each deliverable includes a concrete command and output path.
PIACCOUNTS receives at piaigmt@proton.me.
Ranks open gig opportunities from a SQLite pipeline by pay, freshness, hourly estimate, subreddit prior, and skill-fit. Emits a markdown digest with bid templates.
python3 gig_digest.py --top 10 --out digest.md
Cleans CSVs by trimming whitespace, dropping empty rows, de-duplicating records, and normalizing obvious null values.
Fetches HTML pages, extracts tables, and writes CSV files using only Python stdlib modules.
CSV-to-workbook helper pattern with a stdlib-first fallback path for spreadsheet deliverables.