2022-08-25 21:05:55 +02:00
|
|
|
# Notify Game Epicgames
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<img src="images\screenshot.png" alt="Notify Game Epicgames Logo">
|
|
|
|
</p>
|
|
|
|
A simple Python script that notifies me whenever a new game comes out in the Epic Games Store.
|
|
|
|
|
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
![GitHub stars badge](https://img.shields.io/github/stars/assenzostefano/notify-game-epicgames)
|
|
|
|
![Github license badge](https://img.shields.io/github/license/assenzostefano/notify-game-epicgames)
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
#
|
|
|
|
### Installation and launching:
|
|
|
|
- Install **[Python](https://python.org)** on your machine. **Version 3.10 or higher is required!**
|
|
|
|
- Clone the repository on your machine.
|
|
|
|
- Open your console in the cloned repository.
|
|
|
|
- To complete the installation, write the following command in the console:
|
|
|
|
```console
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
- To start the script, write the following command in the console:
|
|
|
|
```console
|
|
|
|
python index.py
|
|
|
|
```
|