Go to file
Stefano Assenzo 2d5c70673d Now it shouldn't crash anymore.
TO-DO:
Add User IDs to MongoDB
Multi-threading for game re-search
2022-12-07 16:15:09 +00:00
app/data Now it shouldn't crash anymore. 2022-12-07 16:15:09 +00:00
.dockerignore Add DockerFile and fix requirements.txt 2022-09-11 12:04:51 +02:00
.env.example Create .env.example and finaly create README.md 2022-09-13 13:32:48 +02:00
.gitignore Add logging and fix little bug 2022-09-11 11:03:52 +02:00
Dockerfile Add DockerFile and fix requirements.txt 2022-09-11 12:04:51 +02:00
LICENSE Initial commit 2022-09-05 15:37:19 +02:00
README.md Create .env.example and finaly create README.md 2022-09-13 13:32:48 +02:00
main.py Now it shouldn't crash anymore. 2022-12-07 16:15:09 +00:00
requirements.txt Add DockerFile and fix requirements.txt 2022-09-11 12:04:51 +02:00

README.md

Epic Games Notifier Telegram

A Telegram bot to notify via Telegram when there is a new free game in the Epic Games Store.

To Do

  • Write documentation
  • When the bot restarts automatically it starts looking for games again.
  • Create logo

Installation

  • Install libraries
pip install -r requirements.txt
  • Clone this repository
git clone https://github.com/assenzostefano/epic-games-notifier-telegram
  • Change name file .env.example to .env and insert the data is required.

  • Execute the bot

python main.py