tooncher 1.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

tooncher 1.0.3

tooncher
automates toontown rewritten's login process



Installation
$ pip3 install --user --upgrade tooncher
# or
$ pip3 install --user git+https://github.com/fphammerle/tooncher@master

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

Python Interface
import pathlib
import tooncher

tooncher.launch(
engine_path=pathlib.Path('/somewhere/toontown-rewritten/TTREngine'),
username='toon',
password='secret',
)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.