The default pom bot.
You will need to install:
- Python 3.9 or newer.
- The Python dependencies (
pip install -r requirements.txt
). - MySQL database running on the default port (3306/tcp).
Clone the repository and copy .env.example
to .env
and customize to match
your system, then open a terminal in the project directory and run make
.
This will run unit tests and start the bot with Python optimizations applied
(NB: On Windows, you may need to install MinGW or MinGW64 to use the make
command).
- Originally inspired by Python Pom Bot and the amazing KOA community.