Нема описа

Fabian Peter Hammerle 0deaf0c016 fix start_engine: `pathlib.Path.parent` is a property not a method пре 4 година
tests 0deaf0c016 fix start_engine: `pathlib.Path.parent` is a property not a method пре 4 година
tooncher 0deaf0c016 fix start_engine: `pathlib.Path.parent` is a property not a method пре 4 година
.gitignore 64431eda67 gitignore: /build and /env пре 6 година
.pylintrc 5860e57415 pylint: disable bad-continuation & missing-docstring check пре 4 година
CHANGELOG.md 267fd74793 tooncher.login now private (planning to split waiting in queue from first login) пре 4 година
LICENSE.txt 5b192b434a release v0.4.1 пре 4 година
Pipfile a6a79b1510 black format пре 4 година
Pipfile.lock a6a79b1510 black format пре 4 година
README.md 79d9036e55 readme: use triple grave accent to mark shell blocks пре 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