An open API service indexing awesome lists of open source software.

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

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