Skip to content

BonHowi/discordPogmareBot

Repository files navigation

Pogmare Bot

GitHub release (latest by date) Wakatime GitHub top language Lines of Code GitHub repo size Sonar Quality Gate Code Climate maintainability Scrutinizer code quality (GitHub/Bitbucket) Discord Shield

Note: The overall files and function structure is not yet polished and will change in the following updates

Table of contents

General info

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.

Setup

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
  • 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

Functions

  • 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