Turn your AldiTalk "unlimited" plan into REAL unlimited data!
Automatically book free 1GB data packages every 15 minutes to bypass the throttling limit.
- Node.js 14+
- Chrome/Chromium browser
- PM2 (installed globally)
- Clone and install dependencies:
cd /path/to/AldiTalkExtender
npm install
npm install -g pm2- Create
.envfile with your credentials:
# .env
USERNAME=your_phone_number
PASSWORD=your_password- Build and start the service:
npm run build
pm2 start ecosystem.config.js
pm2 save
pm2 startup# View status
pm2 status
# View logs
pm2 logs alditalk-extender
# Restart service
pm2 restart alditalk-extender
# Stop service
pm2 stop alditalk-extender