Home - Platnimal795/AzioBotV2 GitHub Wiki

AzioBot / Created by Platnimal795

A friendly fork of several other bots, designed to assist Tinychat users and moderators.

Enjoying the bot? Want to donate? Contact me via-email: [email protected]

Other Sub-links:

* (If links are down, please allow me some time to fix)


## Files

[Note: Use your own extraneous modules, and patch into the bot. Updates will break the code.]

####aziobot.py

A patched-on module that runs the actual bot, that is responsive in the chat room.

####aziolib.py

The core module responsible for interacting with Tinychat, handling the room object, users objects, and messages.

####rtmp

Handles the RTMP connection and communication, using the AMF encoder/decoder module. This is a Python remake of the original C library.

####update.py

Grabs recent updates made to the bot from github, if there is an update when running 'update.py' it will grab all the newest updates and replace files.


## Settings

In the bot's directory, the config.ini file handles all the one-line instructions. Any CONFIG[] override can be applied there. The lists links expect a link to a TXT file format. For example, do "Export as TXT" in Google Docs, and copy the download URL from your browser downloads window.

In the code, the local (not online) instructions come from simple .ini files inside it.


**Requirements** [ _pip install NAME_ ]: - beautifulsoup https://www.crummy.com/software/BeautifulSoup/ - bs4 https://www.crummy.com/software/BeautifulSoup/bs4/download/ - colorama https://pypi.python.org/pypi/colorama - goslate https://pypi.python.org/pypi/goslate - pyamf https://pypi.python.org/pypi/PyAMF - requests http://www.python-requests.org/en/latest/
⚠️ **GitHub.com Fallback** ⚠️