This bash script will parse Epic Games for currently available free games. It won't post games which are free by default but have a 100% discount.
- Save the bash script to your linux computer.
- Also save a copy of Discord.sh into the same folder
- Edit the bash script on line 3, replace the URL with your Discord Webhook URL.
- Make both scripts executable:
chmod +x *.sh
- Run the script
./GetFreeEpicGames.sh
- For best experience, consider setting up an automated execution. (systemd timers, cronjobs, etc.)
- Make sure the script is able to create a cachefile within the same directory.
Feel free to copy, modify and distribute the script as you like! If you like my script, I'd be glad to be mentioned in your clone.