Aucune description

Fabian Peter Hammerle f856b47fdd drop invasions api (should be moved to separate package) il y a 4 ans
tests f856b47fdd drop invasions api (should be moved to separate package) il y a 4 ans
tooncher f856b47fdd drop invasions api (should be moved to separate package) il y a 4 ans
.gitignore 64431eda67 gitignore: /build and /env il y a 6 ans
CHANGELOG.md f856b47fdd drop invasions api (should be moved to separate package) il y a 4 ans
LICENSE.txt 5b192b434a release v0.4.1 il y a 4 ans
Pipfile a6a79b1510 black format il y a 4 ans
Pipfile.lock a6a79b1510 black format il y a 4 ans
README.md a6a79b1510 black format il y a 4 ans
setup.cfg 1e7fc4b920 initial il y a 7 ans
setup.py 76a716b940 install command line interface via `setuptools.setup(entry_points=…)` il y a 4 ans

README.md

tooncher

automates toontown rewritten's login process

Installation

$ pip3 install --user --upgrade tooncher

Optional: Install cpulimit to enable use of parameter --cpu-limit

$ sudo apt-get install cpulimit

Configuration

# default path: $HOME/.tooncher
accounts:
- username: toon
  password: secret
- username: ceo
  password: golf
- username: cfo
  password: train
engine_path: '/opt/Toontown Rewritten/TTREngine'

Usage

$ tooncher [username]

tooncher --help shows all available options.

Examples

$ tooncher toon
$ tooncher ceo
$ tooncher --cpu-limit 70 cfo