{"id":24678602,"url":"https://github.com/draud-egomann/clockodo_clock","last_synced_at":"2025-10-20T03:03:37.367Z","repository":{"id":226554405,"uuid":"769017470","full_name":"Draud-Egomann/clockodo_clock","owner":"Draud-Egomann","description":"Using Clockodo REST API to automatically clock in / out at certain times.","archived":false,"fork":false,"pushed_at":"2024-06-30T14:02:38.000Z","size":51,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T13:17:38.778Z","etag":null,"topics":["automation","clockodo","clockodo-api","python3","time-tracking"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Draud-Egomann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-08T07:06:37.000Z","updated_at":"2025-01-12T21:07:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb654fd1-c445-4009-8158-0972e46b06e3","html_url":"https://github.com/Draud-Egomann/clockodo_clock","commit_stats":null,"previous_names":["egomann88/clockodoclock","draud-egomann/clockodo_clock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Draud-Egomann%2Fclockodo_clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Draud-Egomann%2Fclockodo_clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Draud-Egomann%2Fclockodo_clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Draud-Egomann%2Fclockodo_clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Draud-Egomann","download_url":"https://codeload.github.com/Draud-Egomann/clockodo_clock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244845804,"owners_count":20520025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","clockodo","clockodo-api","python3","time-tracking"],"created_at":"2025-01-26T13:17:42.981Z","updated_at":"2025-10-20T03:03:37.303Z","avatar_url":"https://github.com/Draud-Egomann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClockoDoClock\n\n## Overview\n\nThis application integrates with the Clockodo API to to automatically clock in / out at certain times. It requires a correctly set up `.env` file to function properly.\n\n## Requirements\n\n- Python 3.x\n- Pip for installing dependencies\n\n## Setup\n\n### Environment Variables\n\nTo run the application, you need to configure the following environment variables in a `.env` file located at the `root` of the project directory:\n\n```plaintext\nAPI_KEY = your_api_key_here\nEMAIL = your_email_here\nSUBDOMAIN = your_subdomain_here (default: my)\nSERVICES_ID = your_services_id_here (set to 0 if unknown)\nCUSTOMERS_ID = your_customers_id_here (set to 0 if unknown)\nVARIABLE_CLOCKING_IN = True or False\nWORKING_DAYS = [\"Monday\", \"Tuesday\", ..., \"Sunday\"]\nSCHEDULES = [(\"08:00:00\", \"12:00:00\"), (\"13:00:00\", \"17:00:00\")]\n```\n\nAlternatively, you can run the `src/create_env.py` script to generate a `.env` file with the necessary variables. The script will prompt you to fill in the missing values.\n\n```bash\ncd ./src\npython ./create_env.py\n```\n\n### Installing Dependencies\n\nTo install the necessary Python libraries, run the following command:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nOnce the environment and dependencies are set up, you can run the application with:\n\n```bash\ncd ./src\npython ./main.py\n```\n\nThe program will check the correctness of the `.env` variables and prompt you to fill in missing service and customer IDs via the Clockodo API if they are set to 0.\n\n- If the program is directly called from the `src` directory, it will create an `data` folder in the `src` directory.\n\n## Contributing\n\nContributions to this project are welcome. Please fork the repository and submit a pull request with your enhancements.\n\n## License\n\nThe project is licensed under the MIT License. For more information, see the [LICENSE](LICENSE) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdraud-egomann%2Fclockodo_clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdraud-egomann%2Fclockodo_clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdraud-egomann%2Fclockodo_clock/lists"}