ReinaSakuraba / Poppi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poppi

Inviting Poppi

Poppi can be invited to your Discord server using her invite link

Running

  1. Install dependencies
  • Install Python 3.6 or higher
  • Run the following after installing Python pip install -U -r requirements.txt
  • Install PostgreSQL 9.5 or higher
  1. Create the PostreSQL Database

Type the following in the psql tool

CREATE ROLE poppi WITH LOGIN PASSWORD 'yourpswd';
CREATE DATABASE poppi OWNER poppi;
CREATE EXTENSION pg_trgm;

Exit the tool and run psql poppi < db.sql

  1. Setup config file

Edit the config_template.py file with your info and rename to config.py

  1. Run the bot

Run the launcher.py file

About

License:MIT License


Languages

Language:PLpgSQL 85.2%Language:Python 14.8%