File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Then click **Create repository from template**.
1212
1313Your new repository will be created, and a script will run which will do the following:
1414
15- - Add a ` scrape.sh ` script to your repository which uses ` wget ` to fetch the URL you requested
16- - Run that ` wget ` command, write the result to the repository and commit it
15+ - Add a ` scrape.sh ` script to your repository which uses ` curl ` via the ` ./download.sh ` script to fetch and save the URL you requested
16+ - Run that ` ./scrape.sh ` command and commit the result to the repository
1717- Configure a schedule to run this script once every 24 hours
1818
1919You can edit ` scrape.sh ` to customize what is scraped, and you can edit ` .github/workflows/scrape.yml ` to change how often the scraping happens.
You can’t perform that action at this time.
0 commit comments