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.
|
2 months ago | |
---|---|---|
.gitignore | 1 year ago | |
README.md | 1 year ago | |
index.js | 2 months ago | |
package.json | 4 months ago | |
yarn.lock | 4 months ago |
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.