Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
Trying to install this manually in a Proxmox LXC (Ubuntu server 22.04). Following the steps:
git clone the repo
create json config
install npm 18+
run npm install
run npm run start
I get the following error:
ERROR: Failed to launch the browser process!
/home/user/.cache/puppeteer/chrome/linux-1108766/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
Trying to install this manually in a Proxmox LXC (Ubuntu server 22.04). Following the steps:
npm install
npm run start
I get the following error: