{"id":19092841,"url":"https://github.com/eon01/centralgo","last_synced_at":"2025-10-05T17:21:03.961Z","repository":{"id":22811722,"uuid":"26158469","full_name":"eon01/centralGo","owner":"eon01","description":"A Multithreaded Scheduling Tool For Running Scripts And Routine Tasks.","archived":false,"fork":false,"pushed_at":"2015-05-12T15:11:36.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T05:51:03.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eon01.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}},"created_at":"2014-11-04T07:49:01.000Z","updated_at":"2014-11-07T20:47:44.000Z","dependencies_parsed_at":"2022-08-21T03:10:32.459Z","dependency_job_id":null,"html_url":"https://github.com/eon01/centralGo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eon01/centralGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2FcentralGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2FcentralGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2FcentralGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2FcentralGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eon01","download_url":"https://codeload.github.com/eon01/centralGo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2FcentralGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486531,"owners_count":25994985,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T03:22:19.285Z","updated_at":"2025-10-05T17:21:03.915Z","avatar_url":"https://github.com/eon01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CentralGo\n\n\nBeta - Work in progress\n\nCentralGo (CGo) is multithreaded ans user-friendly scheduler for running scripts and routine tasks.\n*   CGo works like Linux Crontab\n\nThe definition of a job is quite easy, just add a similar line to jobs.conf :    \n\n    define \"MyJob\" run \"echo 'I am the job number 0'\" every \"1 seconds\" notify \"me@email.com\";\n\nor        \n\n    define \"MyJob\" run \"run.sh\" every \"sunday at 23:55\" notify \"me@email.com\"\n\n*   CGo runs as a daemon\n\nThis could help you to : \n\n    \u003e Run routine tasks like checking if a website is up or down every 5 minutes\n    \u003e Schedule tasks for with email notification\n    \u003e Keep logs on scheduled tasks\n    \u003e Replace your system crontab with a user-friendly definition language\n    \nCentralGo uses a number of open source projects to work properly:\n   \n      * [Python] - Its built-in packages\n   \n      * [Schedule] - An in-process scheduler for periodic jobs\n\n## Installation\n\n    sudo wget https://github.com/eon01/centralGo/archive/master.zip -O CentralGo.zip; \n    unzip CentralGo.zip; \n    rm CentralGo.zip; \n    mv centralGo-master CentralGo; \n    cd CentralGo; \n    sudo  mkdir /opt/CentralGo;\n    sudo cp * /opt/CentralGo; \n    sudo ln -s /opt/CentralGo/centralgo.py /usr/bin/centralgo\n\n## Usage\nconfigure\n\n    /opt/CentralGo/conf/jobs.conf\n    /opt/CentralGo/conf/general.conf\n\nthen launch the daemon\n\n    centralgo start|stop|restart\n\n## License\nGNU/GPL V2\n\n\n## Maintainer \namri.aymen@gmail.com / @eon01 (Twitter/Github)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fcentralgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feon01%2Fcentralgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fcentralgo/lists"}