Нема описа

Fabian Peter Hammerle 5860e57415 pylint: disable bad-continuation & missing-docstring check пре 4 година
tests f856b47fdd drop invasions api (should be moved to separate package) пре 4 година
tooncher f856b47fdd drop invasions api (should be moved to separate package) пре 4 година
.gitignore 64431eda67 gitignore: /build and /env пре 6 година
.pylintrc 5860e57415 pylint: disable bad-continuation & missing-docstring check пре 4 година
CHANGELOG.md f856b47fdd drop invasions api (should be moved to separate package) пре 4 година
LICENSE.txt 5b192b434a release v0.4.1 пре 4 година
Pipfile a6a79b1510 black format пре 4 година
Pipfile.lock a6a79b1510 black format пре 4 година
README.md a6a79b1510 black format пре 4 година
setup.cfg 1e7fc4b920 initial пре 7 година
setup.py 76a716b940 install command line interface via `setuptools.setup(entry_points=…)` пре 4 година

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