Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eyeseast/git-scraper-template

A basic template for simple git scrapers
https://github.com/eyeseast/git-scraper-template

git-scraping

Last synced: 17 days ago
JSON representation

A basic template for simple git scrapers

Awesome Lists containing this project

README

        

# Git scraper template

Use this for simple git scrapers that download and track files over time.

In `.github/workflows/update.yml`, update two environment variables:

- `env.ENDPOINT`: Fetch this endpoint to download data.
- `env.TARGET`: Save data here.

Update this README as needed to describe what's happening.