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.
- 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
- 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)
- Fork the repo
- Go to Settings → Secrets and variables → Actions → New repository secret
- Set all the required secrets listed in
.env - Configure the
config.jsonwith you aiostreams data (Optionnal) - Runs automatically every 20 hours, or manually via the Actions tab
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
.envbased on.env.exemple - Configure the
config.jsonwith you aiostreams data (Optionnal) - Runs every 20 hours
git clone https://github.com/clemdotla/torbox-infinite-demo- Configure your
.envbased on.env.exemple - Configure the
config.jsonwith you aiostreams data (Optionnal) - Run
bun run initto regen and apply the new key - OR Run
bun run apply.ts <optionnal_key>to only apply a key (Default:current_key.txt)
- 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
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:
- Add
CLOUDFLARE_API_TOKENto your secrets (get one here ("Edit Cloudflare Workers" permission)) - Run the
Deploy Workeraction - Copy the logged URL and add it as
CLOUDFLARE_PROXYsecret
- Install wrangler with
bun add -g wrangler - Run
CLOUDFLARE_API_TOKEN=<yourtoken> bun run cloudflareget a token here("Edit Cloudflare Workers" permission) - Set
cloudflare_proxyin your.env
- clem.la
- claude (readme + action)