26

In my office they forced us to use Darwin Box. We need to login and click on clock in once we come to office. Fucking irritated. Who the hell remembers to clock in.

I wrote a simple Python code to clock in and made it as launched jobs.
Automatic clock in. *No Worries* 😅

#ProudToBeDev

Here is github:: https://github.com/Gowtham95india/...

Comments
  • 3
    We use Replicon and IQnavigator and I did the same thing!

    I use a console application I run once and it fires up selenium web driver and I use phantomJs so the browser doesn't appear. Then I enter my time programmatically and viola!

    Work smart not hard!
  • 0
    Of course you did added random minutes +5, -5?
  • 0
    @MisterDr No random minutes. Why random minutes? Just it starts after every 10 minutes.
  • 0
    To be more real :) You cannot check in every day at the same time no? :)
  • 1
    @MisterDr Creating completely random without using anything is not possible man. Don't worry, however I got that covered for you. It will starts running once I connect to internet only. so obviously it is random. I don't go to office exactly 10'o clock in the morning.
Add Comment