Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 626 Bytes

basebot

Moderately sophisticated library for euphoria.io bots.

The actual library consists only of the basebot.py file (it depends on websocket-server, though, which is provided as a submodule for convenience); the other files are examples.

For documentation, look at MANUAL.md for an introduction, and the docstrings with your favorite means (pydoc basebot, python -c 'import basebot; help(basebot)', cat basebot.py, etc.) for a thorough reference. For a quick start guide, consider SETUP.md.

Have fun!