The fellow_kids bot in the french fortress discord server
the recommended way to run the bot is through docker-compose
- Rename
docker-compose.example.ymltodocker-compose.yml - Edit the yaml file with your Discord key and optionally a Merriam Webster thesaurus key
- Run
docker-compose up -dto build and run the bot along with the postgresql database and detach from the container - Stop the container using
docker-compose stop
if you cannot or do not wish to run using docker follow these steps
- Install Pipenv
- Run
pipenv installto install dependencies - Run these commands inside the psql client
CREATE USER fellow_kids WITH LOGIN PASSWORD 'fellow_kids';
CREATE DATABASE fellow_kids OWNER fellow_kids;- Rename
config.example.jsontoconfig.jsonand edit the values with your Discord api key and optionally a Merriam Webster api key - Run the bot using
pipenv run python fellow_kids.py