TheLovinator1 / discord-free-game-notifier

Send webhook to Discord when a new game releases on Steam, Epic Games Store, Ubisoft Connect or GOG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-free-game-notifier

Theme is https://github.com/KillYoy/DiscordNight

Send webhook to Discord when a game goes from paid from free on Steam, Epic, GOG and Ubisoft.

Docker

There is a docker-compose.yml file in the root of the repository. Please fill in the values in the .env file and run docker-compose up -d.

Usage (GNU/Linux)

  • Install Python and Poetry.
  • Download or clone the repository.
  • Change directory to the root of the repository.
  • Install the dependencies using poetry install.
  • Rename .env.example to .env and fill in the values. You can also set the values as environment variables.
  • Start the bot.
    • poetry run bot
  • The bot will now check for free games every 15 minutes and send a message to the webhook.

About

Send webhook to Discord when a new game releases on Steam, Epic Games Store, Ubisoft Connect or GOG.

License:GNU General Public License v3.0


Languages

Language:Python 95.6%Language:HTML 2.9%Language:Dockerfile 1.5%