Skip to content

ReinaSakuraba/Poppi

Repository files navigation

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

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published