Нема описа

Fabian Peter Hammerle 602a0730b3 added pipenv пре 4 година
scripts db7ee31582 added param --cpu-limit пре 6 година
tests 1e7fc4b920 initial пре 7 година
tooncher db7ee31582 added param --cpu-limit пре 6 година
.gitignore 64431eda67 gitignore: /build and /env пре 6 година
LICENSE.txt 1e7fc4b920 initial пре 7 година
Pipfile 602a0730b3 added pipenv пре 4 година
Pipfile.lock 602a0730b3 added pipenv пре 4 година
README.md 6d4cb78b5a readme: added --cpu-limit пре 6 година
setup.cfg 1e7fc4b920 initial пре 7 година
setup.py 1c1fdebdd2 v0.4.0 пре 6 година

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