An open API service indexing awesome lists of open source software.

https://github.com/shahriyardx/discordpy-leveling-bot

A leveling bot using discord.py and postgresql
https://github.com/shahriyardx/discordpy-leveling-bot

Last synced: about 2 months ago
JSON representation

A leveling bot using discord.py and postgresql

Awesome Lists containing this project

README

        

## Discord leveling
A simple leveling bot for discord, made using python

### Setup
- Install postgresql
- Create a new user and give it a password and login permission. Optionally Superuser permission
- Create a database and select the newly created user as its owner
- Edit leveling/config.py and fill the Database info
- Install packages from requirements.txt `pip install -r requirements.txt`
- Run bot.py