Logs all characters in on an account and claims their rewards.
It will automatically build a list of all characters active on an account from the simu authentication service's response.
This standalone tool is ideal for creating a daily login task that runs on a CI service such as semaphore
Setting up lich on a ci service is really annoying and brittle with a lot of overhead that makes it run relatively slow, it will also not adapt as you activate, deactivate, or transfer characters for a given account meaning it requires a lot more hands on work than is necessary.
download the latest release binary from the releases tab
the rewards
tool expects a csv with the columns in the form of account,password
./rewards accounts.csv
IMPORTANT: ALWAYS ENCRYPT YOUR SECRETS WHEN USING A CI SERVICE
This is an example csv with the appropriate format:
MyAccount,supersecretkeyboardcat
MyOtherAccount,supersupersecretkeyboardcat
- Fork it (https://github.com/ondreian/rewards.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Benjamin Clos - creator and maintainer