epic-games-notifier-telegram/README.md

29 lines
634 B
Markdown
Raw Permalink Normal View History

# 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 14:52:16 +01:00
- [X] When the bot restarts automatically it starts looking for games again.
- [X] Create logo
2022-12-11 12:43:46 +01:00
# Installation (normal)
- 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
```