automates toontown rewritten's login process
Project description
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',
)
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.1.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file tooncher-1.0.1.tar.gz
.
File metadata
- Download URL: tooncher-1.0.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e266678e9f21f4dd32b894ca020117418dd6bbcd0c0afc861da54a2210ffd39d
|
|
MD5 |
422b294ffab9520beee6c58826b72c5c
|
|
BLAKE2b-256 |
b79ef5c29ec426f269ee20e1983fe154570858e11b65022039481b029d308d28
|
File details
Details for the file tooncher-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: tooncher-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ca71109159d9348fbf8522e11c74583c982e3db278596854b04b6f25a87c72b
|
|
MD5 |
c1dc8366023cada809b74c8dddce2a9f
|
|
BLAKE2b-256 |
dcbaaff3ad45ba9e73e6750f5bdefad47553175e8876570d6e74f30855f8b174
|