{"id":19086506,"url":"https://github.com/ctih1/releasify","last_synced_at":"2026-04-19T02:02:20.726Z","repository":{"id":244968946,"uuid":"805049860","full_name":"ctih1/Releasify","owner":"ctih1","description":"A simple webhook utility that creates a binary for your application when a new releaseis made","archived":false,"fork":false,"pushed_at":"2024-06-20T07:05:50.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T07:15:57.613Z","etag":null,"topics":["api","build","command","compile","flask","github","integration","new-release","on","python","python3","releases","utility","webhook"],"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/ctih1.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}},"created_at":"2024-05-23T19:32:46.000Z","updated_at":"2024-12-14T07:42:12.000Z","dependencies_parsed_at":"2024-06-20T19:25:20.463Z","dependency_job_id":null,"html_url":"https://github.com/ctih1/Releasify","commit_stats":null,"previous_names":["ctih1/releasify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ctih1/Releasify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctih1%2FReleasify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctih1%2FReleasify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctih1%2FReleasify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctih1%2FReleasify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctih1","download_url":"https://codeload.github.com/ctih1/Releasify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctih1%2FReleasify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283964439,"owners_count":26924256,"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-11-12T02:00:06.336Z","response_time":59,"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":["api","build","command","compile","flask","github","integration","new-release","on","python","python3","releases","utility","webhook"],"created_at":"2024-11-09T02:59:38.940Z","updated_at":"2025-11-12T02:31:18.292Z","avatar_url":"https://github.com/ctih1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Releasify \nA simple webhook utility that creates a binary for your application when a new release is made\n\n# Installation\n```\ngit clone https://github.com/ctih1/Releasify\ncd Releasify\npip install -r requirements.txt\n*Configure JSON*\ncd src\npython main.py\n```\n\n# Configuration\nFirst you need to grab yourself a [GitHub Personal access token](https://github.com/settings/tokens). Create a file called `.env` in the same directory where your `config.json` is, and write the following into the file: `GH_AUTH_KEY=\"\"`, your key being inside the \"\"\n\nHere's a small tutorial on how you should configure your `config.json`. \n```\n{\n    \"Repo name\": {\n        \"steps\": [\n            {\n                \"name\":\"File name shown on GitHub\",\n                \"file\":\"The file location where your file will be found\",\n                \"command\": \"The command that is run when the webhook is triggered\"\n            }\n        ]\n    }\n}\n```\nHere's an example:\n```\n{\n    \"Releasify\": {\n        \"steps\": [\n            {\n                \"name\":\"releasify-windows.exe\",\n                \"file\":\"/home/ctih1/releasify/build/releasify-windows.exe\",\n                \"command\":\"touch /home/ctih1/releasify/build/releasify-windows.exe\"\n            }\n        ]\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctih1%2Freleasify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctih1%2Freleasify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctih1%2Freleasify/lists"}