Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.23 KB

HTV coins

A simple script to claim htv coin rewards remotely. Basically a bash script ported from here

Running locally

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 this repo fork image
  • Goto Settings of your forked repository > Secrets which can be found on the side bar > Actions> New Repository Secrets. settings image secrets tab image
  • Set HTV_EMAIL and HTV_PASSWORD as secrets. email image password image
  • Enable workflows in the Actions tab in your forked repository. actions tab image accept actions image enable workflow image

Using workflow is better because the script will auto run every 3 hours and auto-claim your rewards.

Credits