Create Animal Jam bots with ease!
Project description
animaljam
animaljam a python module to easily create bots on Animal Jam Classic.
Example:
import animaljam
if animaljam.login('username', 'password') == 'Failed to login.':
print('Error logging in!')
else:
animaljam.joinDen('randomusername')
while True:
animaljam.jag('randomusername', 'LOL')
Features:
- Buddy
- Buddy Remove
- JAG
- Join Den
- Join Room
- Change colour
- Move
- Teleport
- Manual packet sending
Change Log
0.0.3 (21/10/2021)
- Project description change
0.0.2 (21/10/2021)
- Project description change
0.0.1 (21/10/2021)
- First Release
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
animaljam-0.0.3.tar.gz
(3.8 kB
view details)
File details
Details for the file animaljam-0.0.3.tar.gz.
File metadata
- Download URL: animaljam-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c0182742097bf9a9bf2189f50822ccd6ad2d41d47b66a8915757cbf3f13e07a
|
|
| MD5 |
78c7f6243b640ecc620f2aef1ec6bc4a
|
|
| BLAKE2b-256 |
1d7b2da38e196da54abd35343573493dd98c8bdfabb058adea7c8683a988f35b
|