https://github.com/fantomas42/aluzine
https://github.com/fantomas42/aluzine
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fantomas42/aluzine
- Owner: Fantomas42
- Created: 2017-07-28T21:19:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T09:13:26.000Z (over 5 years ago)
- Last Synced: 2025-04-19T14:07:31.439Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=======
ALUZINE
=======
Automation of the time stamping, because we are not aluzine.
Installation
============
Install the python package: ::
$ pip install aluzine
Now the scripts are available.
Configuration
=============
Create a file containing your credentials in this form: ::
$ cat ~/.aluzine
[user]
login: YOURLOGIN
password: YOURPASSWORD
Automation
==========
In ~/.profile add this line to time stamp your arrival when login: ::
aluz-in
In your crontabs add this line, to time stamp your leaving: ::
0 18 * * 1-5 aluz-out --random-range 20
Now with this configuration, when you login on your workstation,
a time stamp is done, then at night if you have logged in the day
a new time stamp is done for the end of your day.