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
Python Interface
import pathlib
import tooncher
tooncher.launch(
engine_path=pathlib.Path('/somewhere/toontown-rewritten/TTREngine'),
username='toon',
password='secret',
)
Release files for tooncher 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tooncher-1.0.1.tar.gz | 15.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tooncher-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.8 kB
Release files / tooncher-1.0.1.tar.gz
| Download URL | tooncher-1.0.1.tar.gz |
|---|---|
| Size | 15.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e266678e9f21f4dd32b894ca020117418dd6bbcd0c0afc861da54a2210ffd39d
|
|
BLAKE2b-256 checksum How to use checksums |
b79ef5c29ec426f269ee20e1983fe154570858e11b65022039481b029d308d28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
|
Release files / tooncher-1.0.1-py3-none-any.whl
| Download URL | tooncher-1.0.1-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ca71109159d9348fbf8522e11c74583c982e3db278596854b04b6f25a87c72b
|
|
BLAKE2b-256 checksum How to use checksums |
dcbaaff3ad45ba9e73e6750f5bdefad47553175e8876570d6e74f30855f8b174
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
|