Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eyeseast/git-scraper-template
- Owner: eyeseast
- Created: 2023-03-14T01:49:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T01:55:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T15:06:51.531Z (2 months ago)
- Topics: git-scraping
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.