Download your Hilan payslip from CLI.
Bonus: The script will compare the salary to the previous month and will alert if there is a large gap between the two months.
Run ./hilan
to download the last month's payslip
Run ./hilan <int>
to donwload older months. For example ./hilan 3
will download the payslip for 3 months ago.
Run ./hilan -p
to mask salary numbers that are printed to the console.
Choose one of the two methods below:
- Download the latest release
- Rename conf-example.yaml to conf.yaml and fill in your credential and other settings.
- Run
./hilan
- You may need to go to the "Security & Privacy" settings on your mac and allow the app to run. This is usually a one time step.
- You may need to
chmod +x
the executable before running.
- Install python 3.7+ and pip
- Clone this repo
- Optionally, create a virtualenv
- Install the depenencies
pip install -r requirements.txt
- Rename conf-example.yaml to conf.yaml and fill in your credential and other settings.
- Run
python src/hilan.py