{"id":20809807,"url":"https://github.com/derekantrican/clockworkframework","last_synced_at":"2026-04-29T15:33:45.278Z","repository":{"id":58740432,"uuid":"465390609","full_name":"derekantrican/ClockworkFramework","owner":"derekantrican","description":"An automation framework (running individual tasks on their own intervals) written in C#","archived":false,"fork":false,"pushed_at":"2026-03-08T23:49:10.000Z","size":116,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-09T04:35:41.106Z","etag":null,"topics":["automation","automation-framework","csharp","dotnet","dotnet-core"],"latest_commit_sha":null,"homepage":"","language":"C#","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/derekantrican.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-02T16:48:17.000Z","updated_at":"2026-03-08T23:49:13.000Z","dependencies_parsed_at":"2023-11-17T22:57:40.156Z","dependency_job_id":"197e98aa-3106-4d5c-9d42-b9fcf41f6004","html_url":"https://github.com/derekantrican/ClockworkFramework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derekantrican/ClockworkFramework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekantrican%2FClockworkFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekantrican%2FClockworkFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekantrican%2FClockworkFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekantrican%2FClockworkFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derekantrican","download_url":"https://codeload.github.com/derekantrican/ClockworkFramework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekantrican%2FClockworkFramework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32431706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["automation","automation-framework","csharp","dotnet","dotnet-core"],"created_at":"2024-11-17T20:17:44.010Z","updated_at":"2026-04-29T15:33:45.274Z","avatar_url":"https://github.com/derekantrican.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clockwork\n\n[![NuGet version (ClockworkFramework.Core)](https://img.shields.io/nuget/v/ClockworkFramework.Core.svg?style=flat-square)](https://www.nuget.org/packages/ClockworkFramework.Core/)\n\nA basic automation framework for running tasks on an interval. Useful for things like periodically accessing an API, sending daily emails, etc\n\n### Getting started\n\n0. *Install .NET 8 if you do not have it installed already*\n1. Clone the repo\n2. Run `dotnet build`\n3. Running the resulting executable will run the example tasks\n\n**To set up your own library of tasks:**\n1. Create a folder (ideally, not inside the ClockworkFramework folder)\n2. Run `dotnet new console`\n3. Run `dotnet add package ClockworkFramework.Core`\n4. Add one or more classes that implement `IClockworkTaskBase` and a method with the `[TaskMethod]` \u0026 `[Interval(..)]` attributes (see [Examples](https://github.com/derekantrican/ClockworkFramework/tree/master/ClockworkFramework/Examples))\n\n    *For some common needs like calling an API or running a process you can use the `Utilties` class. See [ExampleApiTask](https://github.com/derekantrican/ClockworkFramework/blob/master/ClockworkFramework/Examples/ExampleApiTask.cs)*\n\n5. In the same directory as ClockworkFramework.exe create `config.json`. Here is an annotated example:\n\n```jsonc\n{\n    \"repositoryUpdateFrequency\" : 5, // How often to update each library's repository (if it is a git repository) in minutes\n    \"libraries\" : [\n        {\n            \"path\" : \"..\\\\..\\\\ClockworkTasks\", // The path to the library. Can be relative or absolute. Can be a folder (containing a csproj), a csproj, or a dll\n            \"updateRepository\" : true // Whether to update the repository (with `git pull`) on the cadence in repositoryUpdateFrequency\n        }\n    ]\n}\n```\n\n6. Run the ClockworkFramework.exe to load your new library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekantrican%2Fclockworkframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderekantrican%2Fclockworkframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekantrican%2Fclockworkframework/lists"}