Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.06 KB

README.rst

File metadata and controls

45 lines (29 loc) · 1.06 KB

Poppi

image

image

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

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