A simple script to claim htv coin rewards remotely. Basically a bash script ported from here
git clone https://github.com/EverythingSuckz/htv-coins
cd htv-coins
chmod +x coins.sh "your-hanime-email" "your-hanime-password"
./coins.sh
- 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
andHTV_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.