A simple Minecraft chat client written in Python 2. Connects to a Minecraft server and relays chat messages over standard input and output. It is suitable as a language-agnostic modular component of Minecraft chat bots or chat clients.
Notice: this project is no longer being developed, as it has been deprecated in favour of https://github.com/joodicator/mcchat2.
- https://github.com/JosephCrowe/McClientLib (possibly: prtc_74 branch)
- https://pypi.python.org/pypi/EventManager (required by McClientLib)
- https://pypi.python.org/pypi/PyNBT (required by McClientLib)
- https://pypi.python.org/pypi/pycrypto (required by McClientLib)