Getting Started
MeowerBot.py is a library for making Meower Bots with python <3.12. This guide will tell you how everything works. It is also a guide for setting up a bot
Installing MeowerBot.py
Installing the library is the first step.
Checking your Python version
showierdata9978@fedora:~$ python --version
It should say something like this when you run the command
Python 3.12.2
If it doesn’t, then you need to update your python version.
Installing the library
Installing MeowerBot.py is easy, as it is on pypi.
It is as simple as running
showierdata9978@fedora:~$ python3.12 -m pip install MeowerBot
You can check the version of MeowerBot.py by running this python script
from MeowerBot import __verson__
print(__version__)
:ref:` creatingabot`