mirror of
https://github.com/assenzostefano/epic-games-notifier-telegram.git
synced 2025-02-19 20:50:37 +01:00
29 lines
650 B
Markdown
29 lines
650 B
Markdown
# 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
|
|
- [ ] Write documentation
|
|
- [ ] When the bot restarts automatically it starts looking for games again.
|
|
- [ ] Create logo
|
|
|
|
# Installation
|
|
|
|
- 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
|
|
``` |