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.iniChange the value of
driverspathto the location of the downloaded driversEnter the file name of the driver (either at
chromedrivernameorfirefoxdrivername)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.logRun (and keep it running*)
python3 C:\path\to\schedule.pyThanks 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.