No description
| .env.example | ||
| .gitignore | ||
| main.js | ||
| mod.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
primegaming-loot-autocollect
Automatically collect Amazon Prime Gaming loots.
Getting started
- Create an environment file from the example file :
cp .env.example .env - Fill the
.envenvironment file- Fill
LOOT_IDwith the loot ID located at the end of the following URL : https://gaming.amazon.com/loot/ - Fill
USERNAME&PASSWORDwith your Amazon credentials - Optionally fill
TOTPwith your Amazon TOTP 2FA key
- Fill
- Run the main script :
yarn start