Skip to content

n696395/AutoCheckInOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoCheckInOut

Automatically chekc in/out for PHP Timeclock using selenium and phantomjs.

How to use

  • Get binary from Release

  • Edit config.xml

<root>
	<url>http://localhost/timeclock1/timeclock.php</url>
	<name>YourName</name>
	<delay>15</delay><!-- Second -->
</root>
  • Run program using command line
    • Check In : ./AutoCheckIn.exe In
    • Check Out : ./AutoCheckIn.exe Out
  • Add to task scheduler
    • Run ./Install.bat
  • Remove from task scheduler
    • Run ./UnInstall.bat

TODO

  • Support task schedule
  • Combine with Google Calendar or others
  • E-mail notify