Skip to content

Send a Discord webhook when new free games are available on Epic Games

License

Notifications You must be signed in to change notification settings

KosmoMoustache/epic_games_free_games

Repository files navigation

Epic Games free games tracker

Checks the Epic Games store api for free games and sends webhook when it finds one

Send a webhook similar to the following: Webhook

Usage

First, clone the repo via git and install dependencies

git clone https://github.com/KosmoMoustache/epic_games_free_games.git
pnpm install

Then, build and run the project

pnpm build
node ./dist/index.js

Run using a cronjob

0 17 * * * export NODE_ENV='production'; export PATH_TO='path/to/the/project'; cd $PATH_TO; (. ./crontab.en.sh; ./start.sh >> $PATH_TO/logs/cron-`date +\%m-\%Y`.log; )

License

GNU General Public License v3.0 © (gpl-3.0)

About

Send a Discord webhook when new free games are available on Epic Games

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published