THERE IS A DEMO ( SCREENSHOOT ) , CLICK ON VIEW DEMO
Table of Contents
The installation is very fast only 4 steps
RIGHT NOW THE BOT ISN'T WORKING PROPERLY DUE TO STRING SERIALIZATION NEEDED I AM ON A WAY TO PUSH A NEW UPDATE BUT BECAUSE OF SCHOOL I AM KINDA BUSY Maybe in 1 or 2 weeks
-
Python is required to run the project , you can download it directly from https://www.python.org/
-
Clone the repo or install it as a zip file
git clone https://github.com/Elxss/Epic-Free-Games-Alert.git
-
Then, create a webhook on the desired server on discord
-
And modify the configuration file:
- Modify the country (FR,GB,US,...)
- Add the webhook link
- (Additionnal) If you want you can modify the history name
- [ ONLY FOR VERSION GUI ] You can modify the time between request
{ "discord_webhook_url": "https://discordapp.com/api/webhooks/...", "country": "FR", "history_filename": "games.txt", "time_between_request": 600 }
-
This is not a step, you're done ;) now run main.py and stay cool, if you enjoyed this project please show me by sending me a little message or a star thanks.
-
[Additionnal Step] you can modify the model if you want for this modify the
model.json
file:- You can change the segment before title, description but not the url, if you change the url, the bot will not work.
{ "content": "New Free Game Available On The Epic Games Store !", "embeds": [ { "title": "", "description": "", "url": "https://store.epicgames.com/", "color": 31487, "image": { "url": "https://elxss.github.io/src/img/logo.png" } } ], "username": "Epic Games Free Game", "avatar_url": "https://elxss.github.io/src/img/logo.png", "attachments": [] }
- Get the free games available on the Epic Games via their Api.
- Send webhook on discord
- Multi-language Support => Just Have a Look on the 4 Step Here
Elxss - discord: Eliasss#8886 - elxssgitcontact@gmail.com - website: https://elxss.github.io/
This is a Readme.md Template