Skip to content

Whipshout/personio_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personio tool

Outdated! Personnio changed the request and added more security :')

How to use

  • Download personio_tool_mac.zip/personio_tool_windows.zip, extract the folder, update config.json (example below), run app in the terminal.

  • if "untilToday": false, app will use startDay and endDay to fill the calendar.

  • if "untilToday": true, app will fill days backwards from today until the last worked filled day.



{
 "credentials": {
  "email": "your_email@personio",
  "password": "your_password"
 },
 "dates": {
  "startDay": "2022-01-24",
  "endDay": "2022-01-26",
  "untilToday": false
 },
 "times": {
  "breakStartHour": "14:00:00.0",
  "breakDurationMinutes": 30,
  "breakRandomMinutesDelta": 30,
  "workStartHour": "08:00:00.0",
  "workDurationHours": 8,
  "workRandomMinutesDelta": 30
 },
 "params": {
  "delayBetweenRequestsMs": 1000,
  "timeoutRequestSeconds": 20
 }
}

  • Open the terminal, execute the file
    • Windows: .\personio_tool
    • Mac: ./personio_tool

About

Personio tool for filling the calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages