This repository has been archived on 2022-06-04. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Go to file
KaKi87 eaceebd3fd 🐛 Fix b414337 2022-06-04 12:32:31 +02:00
.env.example 📝 Add example '.env' file 2022-05-07 11:56:31 +02:00
.gitignore 🧑‍💻 Add '.env' file 2022-05-07 11:12:57 +02:00
README.md 📝 Add README.md 2022-05-07 12:01:51 +02:00
main.js Add module script 2022-05-07 12:12:21 +02:00
mod.js 🐛 Fix b414337 2022-06-04 12:32:31 +02:00
package.json Add 'puppeteer-extra-plugin-stealth' dependency 2022-06-04 11:37:26 +02:00
yarn.lock Add 'puppeteer-extra-plugin-stealth' dependency 2022-06-04 11:37:26 +02:00

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
  • Run the main script : yarn start