Get notification every hour on your airtime balance, data bundle balance and extras as acquired from the customer portal.
$ pip install -r requirements.txt
Edit the sample defaults.ini appropriately:
Rename it to
defaults.ini
Change the value of
driverspath
to the location of the downloaded driversEnter the file name of the driver (either at
chromedrivername
orfirefoxdrivername
)Fill in your login credentials in the credentials section
$ crontab -e
Paste this:
1 */1 * * * /usr/bin/python3 /path/to/balance.py > /path/to/log-file.log
Run (and keep it running*)
python3 C:\path\to\schedule.py
Thanks to Telkom KE
License MIT
Have fun...
*I will find a better way ;))
PS: This repo is in no way associated with Telkom KE and will definitely be affected by changes in their customer portal.