Poppi can be invited to your Discord server using her invite link
- 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
- 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
- Setup config file
Edit the config_template.py
file with your info and rename to config.py
- Run the bot
Run the launcher.py
file