Notifies about game giveaways
 
Go to file
Marko 540a327cb0 add license 2020-10-15 02:41:33 +03:00
.eslintrc.json Initial Commit 2020-09-02 15:49:42 +03:00
.gitignore Initial Commit 2020-09-02 15:49:42 +03:00
.vimspector.json Initial Commit 2020-09-02 15:49:42 +03:00
LICENSE add license 2020-10-15 02:41:33 +03:00
README.md README 2020-09-02 16:07:35 +03:00
index.js Initial Commit 2020-09-02 15:49:42 +03:00
package.json Initial Commit 2020-09-02 15:49:42 +03:00
pnpm-lock.yaml Initial Commit 2020-09-02 15:49:42 +03:00

README.md

Giveaway Notifier

Scrapes https://www.gamerpower.com/giveaways/pc and sends notification if new giveaway exists.

Usage

Install dependencies

With pnpm: pnpm install

Run manually

pnpm run run or node .

Run automatically

Cron

*/30 * * * * XDG_RUNTIME_DIR=/run/user/$(id -u) node /path/to/giveaway-notifier/index.js