-
-
Couldn't load subscription status.
- Fork 17
Open
Description
Looks like there are some neat ideas/scripts in @Le0Developer 's captcha-mining repo that could be useful to take inspiration from:
- https://github.com/Le0Developer/captcha-mining
- https://github.com/Le0Developer/captcha-mining/blob/master/.github/workflows/ci.yml#L26-L30
- Runs
scripts/src/index.json a schedule (cron: "22 * * * *")
- Runs
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/package.json#L14
-
simple-git
-
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/index.ts#L4-L5
- Runs
updateTurnstilethenupdateHCaptcha- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/turnstile.ts
- Fetches the remote asset, checks version, calls
cleanJavascript, writes files, callstryAndPush, callsnotify
- Fetches the remote asset, checks version, calls
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/hcaptcha.ts
- Fetches the remote asset, checks version, calls
cleanJavascript, writes files, fetches additional assets, writes files, if extension is.jsthen callscleanJavascriptand writes more files, callstryAndPush, callsnotify
- Fetches the remote asset, checks version, calls
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/turnstile.ts
- Runs
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/lib/clean.ts
cleanJavascript: Basically just runswebcrack
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/lib/git.ts
tryAndPush: usessimpleGittopull,add,commit(but seeminglypushis left to CI to do)
- https://github.com/Le0Developer/captcha-mining/blob/master/scripts/src/lib/notifications.ts
notify: callssendDiscordNotification, which makes aPOSTtoprocess.env.DISCORD_WEBHOOK
- https://github.com/Le0Developer/captcha-mining/blob/master/.github/workflows/ci.yml#L26-L30
From a quick skim, Cloudflare-Mining/Cloudflare-Datamining also looks like it would have some useful ideas/scripts/etc:
See Also
Metadata
Metadata
Assignees
Labels
No labels