Reg@Web is a web based product to use Timecon 22 working hours monitoring tool. If you found this repo, you probably have something bad to say about the UI/UX design. Runs with Python 3.
- Clone the repo
git clone https://github.com/infr/regweb.git
- Add your username, password and domain to punch.py
- Add to your
~/.bash_profile
thisalias punch='python3 ~/[SET THE PATH]/regweb/punch.py'
- Run
. ~/.bash_profile
punch [-h] [--time TIME] [--date DATE] [--debug] direction
positional arguments:
direction in or out
optional arguments:
-h, --help show this help message and exit
--time TIME Punch specific time eg. 10:15
--date DATE Punch specific date eg. 01.01.2018
--debug Do not really punch
$ punch --time 10:15 in
Balance: 09:43h -> 09:43h
$ punch out
Balance: 09:43h -> 08:50h