Go to file
KaKi87 5d85506cc1 👽 Skip eventual account checkup modal 2022-05-11 15:54:09 +02:00
.gitignore 🎉 Initial commit 2021-04-30 10:46:43 +02:00
README.md 🎉 Initial commit 2021-04-30 10:46:43 +02:00
index.js 👽 Skip eventual account checkup modal 2022-05-11 15:54:09 +02:00
package.json ⬆️ Upgrade 'puppeteer-extra-plugin-stealth' dependency 2022-02-25 18:28:55 +01:00
yarn.lock ⬆️ Upgrade 'puppeteer-extra-plugin-stealth' dependency 2022-02-25 18:28:55 +01:00

README.md

Twitch Prime subscription auto-renew

Automatically renew your Twitch Prime subscription to your favourite channel.

Requirements : Git, NodeJS, Yarn

Install : git clone https://git.kaki87.net/KaKi87/twitch-prime-auto-renew.git && cd twitch-prime-auto-renew && yarn install

Run : USERNAME="your_username" PASSWORD="your_password" TOTP="totp_key" CHANNEL="your_favourite_channel" node index.js

Do not specify TOTP="totp_key" if you're not using two-factor authentication (2FA), not recommended.