Skip to content

clemdotla/torbox-infinite-demo

Repository files navigation

Torbox

Re-use the demo trial forever, same account, same mail address.

Deletes the account, re-creates it, activates the trial and outputs the new API key. Automatically applies to AIOStreams.


Features

  • Logs in via email + password
  • Updates the key in your AIOStreams addon (any instance)
  • Saves the new key in current_key.txt
  • Logs and timestamps everything in log.txt

Requirements

  • Bun
  • A Gmail account with IMAP enabled
  • Turn on 2FA first here
  • A Gmail App Password — get one here
  • An AIOStreams account (optional)
  • A WAStream password (optional)

Usage

GitHub Actions

  • Fork the repo
  • Go to SettingsSecrets and variablesActionsNew repository secret
  • Set all the required secrets listed in .env
  • Configure the config.json with you aiostreams data (Optionnal)
  • Runs automatically every 20 hours, or manually via the Actions tab

VPS / Cron

git clone https://github.com/clemdotla/torbox-infinite-demo
crontab -e
  • Add 0 */20 * * * ~/torbox-infinite-demo/torbox.sh >/dev/null 2>&1
  • Configure your .env based on .env.exemple
  • Configure the config.json with you aiostreams data (Optionnal)
  • Runs every 20 hours

Manually

  • git clone https://github.com/clemdotla/torbox-infinite-demo
  • Configure your .env based on .env.exemple
  • Configure the config.json with you aiostreams data (Optionnal)
  • Run bun run init to regen and apply the new key
  • OR Run bun run apply.ts <optionnal_key> to only apply a key (Default: current_key.txt)

⚠️ Warning

  • Resets your entire account!
  • Check Todo.md to see what gets restored
  • Cancel PAID subscriptions manually!
  • Easily flagged — you'll eventually get ip banned
  • Consider this an extended demo; purchase a plan if you like the service

🌥️ Cloudflare Proxy

To prevent IP bans, requests go through a Cloudflare Worker proxy.
Mine is used by default — limited to 100k req/day shared across all users.

Consider deploying your own:

GitHub Actions

Manually


Credits

  • clem.la
  • claude (readme + action)

About

Re-use the Torbox demo trial forever — auto-resets your account periodically and updates your AIOStreams configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors