Skip to content

Discord Bot that notifies with available free games or dlcs.

License

Notifications You must be signed in to change notification settings

qwixck/game-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Alert

FAQ:

What is this?

This is a bot that will notify you for free games

What stores does it support?

It's supports Steam and Epic Games at the moment.

How to start the bot notifying?

Simply use /set_channel slash command and set channel where you want to be notified.

Installation for Windows:

  1. Download and install Python.
  2. Download and unarchive repo.
  3. Open CMD and change the directory to folder you just unarchived.
  4. Open .env file and replace TOKEN with your bot token (guide to how create bot)
  5. Type in CMD:
    pip install -r requirements.txt
    
    python main.py
    
    And you're done!

Installation for Linux

  1. Open CMD and type:
    sudo apt install python3 python-pip
    
    git clone https://github.com/qwixck/game-alert.git
    
    cd game-alert
    
  2. Open .env file and replace TOKEN with your bot token (guide to how create bot)
  3. Type in CMD:
    pip install -r requirements.txt
    
    python3 main.py
    
    And you're done!

About

Discord Bot that notifies with available free games or dlcs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages