You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.env.example | 9 months ago | |
.gitignore | 9 months ago | |
README.md | 9 months ago | |
main.js | 9 months ago | |
mod.js | 8 months ago | |
package.json | 8 months ago | |
yarn.lock | 8 months ago |
README.md
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
.env
environment file- Fill
LOOT_ID
with the loot ID located at the end of the following URL : https://gaming.amazon.com/loot/ - Fill
USERNAME
&PASSWORD
with your Amazon credentials - Optionally fill
TOTP
with your Amazon TOTP 2FA key
- Fill
- Run the main script :
yarn start