Skip to content

devteapot/auto-jibble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Jibble

Why ?

For the mighty mr. Magi that always forgets to mark his schedules.

How ?

Kotlin + Java selenium connector + Java webdriver manager

SET-UP

  • create a jibbleConfig.json file in the src/main/resources folder of the project.
    Example of the file:
{
  "profile": {
    "email": "[email protected]",
    "password": "mightylord69"
  },
  "schedule": {
    "base": {
      "from": "08:00",
      "to": "17:30"
    },
    "breaks": []
  }
} 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages