This repository is a template repository for git scraping. Git scraping is a useful technique for tracking resources on the internet that change over time.
For more details about git scraping, please refer to https://simonwillison.net/2020/Oct/9/git-scraping/ or https://lethain.com/trying-git-scraping/.
- Fork this repository
- Write your desired scraping script in
scrape.rb - If you want to run it periodically, edit
.github/workflows/scrape.ymland set up scheduled execution with GitHub Actions