simu/rewards

Version, currently 0.3.05 versions

github.com/ondreian/rewards.cr

a cli util to login all characters on an account and claim their login rewards

0 stars
0 dependents
License: MIT

Nothing has been indexed for 0.3.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  simu/rewards:
    github: ondreian/rewards.cr
    version: ~> 0.3.0

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.3.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

Rewards

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

Why?

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.

Installation

download the latest release binary from the releases tab

Usage

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

Contributing

  1. Fork it (https://github.com/ondreian/rewards.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors