{"id":30328759,"url":"https://github.com/farrelad/lazy-git","last_synced_at":"2026-05-03T22:34:29.865Z","repository":{"id":309139464,"uuid":"1035255256","full_name":"FarrelAD/Lazy-Git","owner":"FarrelAD","description":"Automate your git because you're too lazy to do it yourself","archived":false,"fork":false,"pushed_at":"2025-12-11T09:30:11.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-11T18:31:11.375Z","etag":null,"topics":["experiment","fun","git","github","lazy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FarrelAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-10T01:53:52.000Z","updated_at":"2025-12-11T09:30:16.000Z","dependencies_parsed_at":"2025-11-13T03:02:16.541Z","dependency_job_id":null,"html_url":"https://github.com/FarrelAD/Lazy-Git","commit_stats":null,"previous_names":["farrelad/lazy-git"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FarrelAD/Lazy-Git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FLazy-Git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FLazy-Git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FLazy-Git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FLazy-Git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FarrelAD","download_url":"https://codeload.github.com/FarrelAD/Lazy-Git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FLazy-Git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["experiment","fun","git","github","lazy"],"created_at":"2025-08-18T01:42:16.663Z","updated_at":"2026-05-03T22:34:29.847Z","avatar_url":"https://github.com/FarrelAD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This script demonstrates how to automate Git commits using a Python script.  \nYou can use **Windows Task Scheduler** or **Linux/macOS cron** to run it at the OS level. \n\n\u003e Note: The automation will only work if your computer is turned on at the scheduled time.\n\n# Windows\n\nUse Task Scheduler to create a new task:\n\n\u003cimg width=\"472\" height=\"291\" alt=\"image\" src=\"https://github.com/user-attachments/assets/55446166-cfb6-4924-8856-7d8f3e89ae98\" /\u003e\n\n\u003cimg width=\"1560\" height=\"863\" alt=\"Screenshot 2025-08-10 104216\" src=\"https://github.com/user-attachments/assets/283e936c-5584-40e8-a1a6-a6d2dea962e0\" /\u003e\n\n- Set the trigger to run daily at your preferred time.\n- Set the action to run `python` (or `python3`) with the full path to this script.\n- (Optional) Enable **\"Wake the computer to run this task\"** if you use sleep mode.\n- (Optional) Enable **\"Run task as soon as possible after a scheduled start is missed\"** so it runs after boot if the PC was off.\n\n# Linux/macOS\nExample cron job to run the script every day at 9 AM:  \n\n```sh\n0 9 * * * /usr/bin/python3 /path/to/your/main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrelad%2Flazy-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarrelad%2Flazy-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrelad%2Flazy-git/lists"}