Skip to content

Latest commit

Β 

History

History
51 lines (38 loc) Β· 845 Bytes

File metadata and controls

51 lines (38 loc) Β· 845 Bytes

AldiTalk True Unlimited πŸš€

Turn your AldiTalk "unlimited" plan into REAL unlimited data!

Automatically book free 1GB data packages every 15 minutes to bypass the throttling limit.

πŸ“‹ Requirements

  • Node.js 14+
  • Chrome/Chromium browser
  • PM2 (installed globally)

πŸ› οΈ Installation

  1. Clone and install dependencies:
cd /path/to/AldiTalkExtender
npm install
npm install -g pm2
  1. Create .env file with your credentials:
# .env
USERNAME=your_phone_number
PASSWORD=your_password
  1. Build and start the service:
npm run build
pm2 start ecosystem.config.js
pm2 save
pm2 startup

πŸ“Š PM2 Management

# View status
pm2 status

# View logs
pm2 logs alditalk-extender

# Restart service
pm2 restart alditalk-extender

# Stop service
pm2 stop alditalk-extender