Skip to content

davidwisniowski/discord-post-mmoga-sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot for MMOGA Weekend Sales

With this Python script the Weekend Deals can be read from mmoga.de and posted to your discord server. The Python script must then be executed once a week, e.g. by a cron job.

Result

Sales come from mmoga.de

Screenshot

Discord Screenshot

Screenshot

Requirements

  • Python 3
  • Python pip to install all packages
  • Discord Bot & Server (Client ID, Server Name, Target Server Channel)

Install

  1. Setup local python virtual environment
python3 -m venv .
  1. Install all dependencies
pip install -r requirements.txt
  1. Create an Environment File (.env)
DISCORD_TOKEN=[Insert Bot Token]
DISCORD_GUILD=[Insert Server ID]
DISCORD_CHANNEL=[Insert Channel ID]
MMOGA_LINK=https://www.mmoga.de
  1. Run
python app.py

About

Discord Bot for MMOGA Weekend Sales

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages