Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

peppizza/fellow_kids

Repository files navigation

Fellow_kids

Codacy Badge Discord chat

The fellow_kids bot in the french fortress discord server

Running

the recommended way to run the bot is through docker-compose

  1. Rename docker-compose.example.yml to docker-compose.yml
  2. Edit the yaml file with your Discord key and optionally a Merriam Webster thesaurus key
  3. Run docker-compose up -d to build and run the bot along with the postgresql database and detach from the container
  4. Stop the container using docker-compose stop

if you cannot or do not wish to run using docker follow these steps

  1. Install Pipenv
  2. Run pipenv install to install dependencies
  3. Run these commands inside the psql client
CREATE USER fellow_kids WITH LOGIN PASSWORD 'fellow_kids';
CREATE DATABASE fellow_kids OWNER fellow_kids;
  1. Rename config.example.json to config.json and edit the values with your Discord api key and optionally a Merriam Webster api key
  2. Run the bot using pipenv run python fellow_kids.py

About

The fellow_kids bot in the French Fortress discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors