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
- Host: GitHub
- URL: https://github.com/shahriyardx/discordpy-leveling-bot
- Owner: shahriyardx
- License: mit
- Created: 2021-07-04T13:51:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T21:15:25.000Z (over 3 years ago)
- Last Synced: 2025-03-21T06:51:16.667Z (2 months ago)
- Language: Python
- Size: 439 KB
- Stars: 13
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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