https://github.com/everythingsuckz/htv-coins
A simple hanime_tv coin collector which can be automated without hosting it anywhere.
https://github.com/everythingsuckz/htv-coins
cronjob github-actions github-workflows hanime hentai hentai-collector htv script-automation
Last synced: 3 months ago
JSON representation
A simple hanime_tv coin collector which can be automated without hosting it anywhere.
- Host: GitHub
- URL: https://github.com/everythingsuckz/htv-coins
- Owner: EverythingSuckz
- Created: 2022-11-24T15:49:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T18:16:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T00:32:49.456Z (6 months ago)
- Topics: cronjob, github-actions, github-workflows, hanime, hentai, hentai-collector, htv, script-automation
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 15
- Watchers: 2
- Forks: 63
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTV coins
A simple script to claim htv coin rewards remotely. Basically a bash script ported from [here](#credits)## Running locally
```sh
git clone https://github.com/EverythingSuckz/htv-coins
cd htv-coins
chmod +x coins.sh "your-hanime-email" "your-hanime-password"
./coins.sh
```
## Run as a cron job in workflows- [Fork](https://github.com/EverythingSuckz/htv-coins/fork) this repo

- Goto `Settings` of your forked repository > `Secrets` which can be found on the side bar > `Actions`> `New Repository Secrets`.


- Set `HTV_EMAIL` and `HTV_PASSWORD` as secrets.


- Enable workflows in the `Actions` tab in your forked repository.



> Using workflow is better because the script will auto run every 3 hours and auto-claim your rewards.## Credits
- [hanime-auto-coins-collector](https://github.com/WeaveAche/hanime-auto-coins-collector)