2022-09-13 13:32:48 +02:00
|
|
|
# Epic Games Notifier Telegram
|
|
|
|
|
|
|
|
**A Telegram bot to notify via Telegram when there is a new free game in the Epic Games Store.**
|
|
|
|
- Find it on Telegram as [Telegram bot](https://t.me/EpicNotifier_bot)
|
|
|
|
|
|
|
|
# To Do
|
2022-12-10 13:52:16 +00:00
|
|
|
- [X] When the bot restarts automatically it starts looking for games again.
|
2022-12-11 11:29:55 +00:00
|
|
|
- [X] Create logo
|
2022-09-13 13:32:48 +02:00
|
|
|
|
2022-12-11 12:43:46 +01:00
|
|
|
# Installation (normal)
|
2022-09-13 13:32:48 +02:00
|
|
|
|
|
|
|
- Install libraries
|
|
|
|
|
|
|
|
```console
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
- Clone this repository
|
|
|
|
```console
|
|
|
|
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
|
|
|
|
```console
|
|
|
|
python main.py
|
2022-12-11 12:43:46 +01:00
|
|
|
```
|