Skip to content

A Discord Bot that shows the current amount of people playing Mario Kart Wii on the custom Wiimmfi servers.

License

Notifications You must be signed in to change notification settings

LordxPhantom/MKW-Wiimmfi-Status-Bot

 
 

Repository files navigation

MKW Wiimmfi Status Bot

A Discord Bot (using the discord.py python library) that shows the current amount of people playing Mario Kart Wii on the custom Wiimmfi servers.

Wiimmfi server website (from which the data is taken from): https://wiimmfi.de/stat?m=88

Installing

Python 3.9.1 required

Install required libraries:

# Linux/macOS
python3 -m pip install -r requirements.txt

# Windows
py -3 -m pip install -r requirements.txt

Required library on Raspbian (for Raspberry Pi hardware):

sudo apt-get install libatlas-base-dev python3-dev

Configuration

  • Go to the Discord Applications website and select/create your App: https://discord.com/developers/applications/
  • Client ID:
    • Click the Copy button under Client ID
      • Open the client_id.txt file, remove any content then paste.
  • Token:
    • Click the Bot section under Settings on the left of the webpage.
    • Click the Copy button under Token.
    • Open the token.txt file, remove any content then paste.

Usage

#Linux/macOS
python3 main.py

About

A Discord Bot that shows the current amount of people playing Mario Kart Wii on the custom Wiimmfi servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 84.0%
  • Python 15.9%
  • Shell 0.1%