The goal of this project is to practice building a discord bot in Python, and to host it using the Raspberry Pi Zero W.
- Install poetry
git clone [email protected]:brad90four/bradbot.git
- Run
poetry shell
- Run
poetry install
- Run
pre-commit install
- Have a
.env
file set up with the variables below:- TOKEN
- SERVER
- DEV_LOG (channel ID for the on_ready event)
- From the command line,
cd
to thesrc
folder. - Run
py -m bradbot
cd
to the main folder ofbradbot
git config --local commit.template ./.gitmessage