An open API service indexing awesome lists of open source software.

https://github.com/fantomas42/aluzine


https://github.com/fantomas42/aluzine

Last synced: 11 months ago
JSON representation

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.