Hacker News new | ask | show | jobs
by jzebedee 716 days ago
That's exactly what I did for scraping the USCIS processing time daily: https://github.com/jzebedee/uscis
1 comments

out of curiosity: is there a specific reason to use robinraju/release-downloader@v1 over actions/download-artifact@v4 here at your 'Download previous DB' step in build_db.yml?
It's used to download the previous day's database from the release for computing the diff. actions/download-artifact would only work for artifacts created during the current run, i.e., today's database.
Release != artifact