This project is a bot for our matrix server. It is meant to be newbie friendly. We want anyone to be able to make commands.
See the wiki page on how to create a command.
- Clone the repository. In a terminal, run:
git clone https://github.com/ccowmu/ccawmunity.git
- Install the required libraries. In a terminal, run:
pip3 install -r ./chatbot/requirements.txt
- Configure the bot. Change the values in
./chatbot/botconfig.py
to your liking. - Start the bot.
python3 ./chatbot/chat.py