Note: The overall files and function structure is not yet polished and will change in the following updates
Pogmare is a Discord bot made for W:MS Spotters server. Main functionalities are focused on counting monster spots and displaying leaderboards, but the bot offers a lot of smaller tools for moderators and the community.
Recommended Python3.7.7
- Create virtual env
python -m venv c:\path\to\myenv
- Connect to virtual env
- Windows:
venv\Scripts\activate
- Linux:
source venv\bin\activate
- Windows:
- Install MySQL
- Create server_database
- Install dependencies (execute as administrator)
pip install -r requirements.txt
- Update certificates
python modules\install_certifi.py
- Create server files in server_files folder
- bot_settings.json - template .json file in get_settings.py
- config.json - generated in pull_config.py. To use it access to this google sheet is needed. You can create your own sheet or config as well
- Counting monster spots
- Displaying leaderboards
- Requesting roles
- Updating config file
- Interacting with server's MySQL database
- Slash commands
- Will be listed soon™
- And a lot of more smaller functionalities
- TBA