{"id":22385590,"url":"https://github.com/roger-king/tasker","last_synced_at":"2025-06-24T00:31:49.345Z","repository":{"id":91136149,"uuid":"209680732","full_name":"roger-king/tasker","owner":"roger-king","description":"is an scheduling/automation framework utilizing Go Plugins","archived":false,"fork":false,"pushed_at":"2023-03-07T02:03:22.000Z","size":3695,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T20:32:45.692Z","etag":null,"topics":["golang","golang-plugin","plugins","schedule","tasker"],"latest_commit_sha":null,"homepage":"","language":"Go","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/roger-king.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-09-20T01:37:44.000Z","updated_at":"2021-11-05T09:37:40.000Z","dependencies_parsed_at":"2023-03-14T19:30:18.299Z","dependency_job_id":null,"html_url":"https://github.com/roger-king/tasker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roger-king/tasker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roger-king%2Ftasker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roger-king%2Ftasker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roger-king%2Ftasker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roger-king%2Ftasker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roger-king","download_url":"https://codeload.github.com/roger-king/tasker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roger-king%2Ftasker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261582635,"owners_count":23180633,"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":["golang","golang-plugin","plugins","schedule","tasker"],"created_at":"2024-12-05T01:26:29.856Z","updated_at":"2025-06-24T00:31:49.323Z","avatar_url":"https://github.com/roger-king.png","language":"Go","readme":"[![Actions Status](https://github.com/roger-king/tasker/workflows/Backend/badge.svg)](https://github.com/roger-king/tasker/actions)\n[![Actions Status](https://github.com/roger-king/tasker/workflows/Frontend/badge.svg)](https://github.com/roger-king/tasker/actions)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./www/public/images/flash.png\" width=\"200px\"\u003e\n\u003c/p\u003e\n\n# Tasker - [ DEVELOPMENT IN PROGRESS ]\n\nTasker is a job scheduling service that utilizes `go-cron`. Tasker is a service that will allow for dynamic configration of tasks.\n\nTasker is inspired by the Android application `tasker` the ability to set scripts and schedule them at whim without needing to touch the server code.\n\n\u003cimg src=\"./static/wip_ui_v1.0.3.png\" width=\"800px\" align=\"center\"\u003e\n\n# Installation\n\nImport tasker:\n\n```bash\n    import \"github.com/roger-king/tasker\"\n```\n\nInstall via Go Modules:\n\n```bash\n    go mod vendor\n```\n\n# Getting Started:\n\nTasker is simple to get started. Tasker has 2 goals at mind:\n\n- Create a schedule for task to run external scripts\n- Create your own handler functions to programmatically run code\n\n```golang\n    t := tasker.New()\n\trouter := t.Start()\n\n    // Add to your HTTP Server\n\thttp.Handle(\"/\", router)\n\thttp.ListenAndServe(\":8080\", nil)\n```\n\nGo to your server and find the tasker web client at `/tasker/admin`.\n\n## Configuration of your server\n\nTasker utilizes [`12 Factor App configs`](https://12factor.net/config). Tasker relies environment variables to handle configruation of the application\n\nBelow are the availble of environment variables that Tasker looks for (note: prefixed with `TASKER_`):\n\n| ENV                      |                 Description                  |\n| ------------------------ | :------------------------------------------: |\n| TASKER_DB_MIGRATE        | true/false flag for auto migrate on start up |\n| TASKER_DB_CONNECTION_URL |           Postgres connection uri            |\n| GITHUB_CLIENT_ID         |     Github Client ID for authentication      |\n| GITHUB_CLIENT_SECRET     |       Github Secret for authentication       |\n\nConnection to the database can be set by either setting `TASKER_DB_CONNECTION_URL` or by setting\n\n## TODOS:\n\nView the Github Projects board: https://github.com/roger-king/tasker/projects/1\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froger-king%2Ftasker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froger-king%2Ftasker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froger-king%2Ftasker/lists"}