A Python based bot library for PixelWalker
Examples can be found here.
- In a command line, run
pip install PythonWalker(add--upgradewhen updating) - Put
import PythonWalker as pwin your main.py or main Python script
- Put the
/PythonWalkerdirectory from this repository into the root of your program - Put
import PythonWalker as pwin your main.py or main Python script - Install Protobuf, binreader, Requests, and Websockets
- Connect to rooms
- Chat functions
- Receive leave and join packets
- Custom commands
- Blocks
- Private Messaging
- And more! (suggest them in the issues page)
Thanks to the folks on the Discord for helping me out! Feel free to fork and contribute!