https://github.com/ohbarye/git-scraping-template
A template of a git scraping
https://github.com/ohbarye/git-scraping-template
git git-scraping rss-feed ruby
Last synced: 10 months ago
JSON representation
A template of a git scraping
- Host: GitHub
- URL: https://github.com/ohbarye/git-scraping-template
- Owner: ohbarye
- License: mit
- Created: 2024-12-28T08:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T01:13:46.000Z (over 1 year ago)
- Last Synced: 2025-03-10T17:56:18.838Z (about 1 year ago)
- Topics: git, git-scraping, rss-feed, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# git scraping template
## Overview
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/.
## Usage
1. Fork this repository
2. Write your desired scraping script in `scrape.rb`
3. If you want to run it periodically, edit `.github/workflows/scrape.yml` and set up scheduled execution with GitHub Actions