4lhc / kseb-cli

A simple command line application to fetch electricity bill payment dues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple command line application to fetch kseb electricity payment dues as it takes too much time and effort to do this manually. ;)

Originally written for i3blocks.

The code is untested and there is no guarantee that it will not break when the webpage changes.

Installation

git clone "git@github.com:4lhc/kseb-cli.git"
cd kseb-cli
python3 -m venv kseb-cli #requires python3-venv
pip install -r requirements.txt
sudo apt install firefox-geckodriver

Run

python3 kseb-cli.py <customer-number>

Screenshot

About

A simple command line application to fetch electricity bill payment dues.

License:MIT License


Languages

Language:Python 100.0%