Нема описа

Fabian Peter Hammerle 5b192b434a release v0.4.1 пре 4 година
scripts 1e3d659587 safe yaml loading пре 4 година
tests a6a79b1510 black format пре 4 година
tooncher a6a79b1510 black format пре 4 година
.gitignore 64431eda67 gitignore: /build and /env пре 6 година
CHANGELOG.md 5b192b434a release v0.4.1 пре 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 d3722b47cf use setuptools_scm to set version пре 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