automates toontown rewritten's login process
Project description
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',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tooncher-1.0.3.tar.gz
(16.3 kB
view hashes)