{"id":19221404,"url":"https://github.com/reflexe/lmmsbot","last_synced_at":"2025-07-02T12:32:43.325Z","repository":{"id":177977883,"uuid":"145343232","full_name":"Reflexe/LmmsBot","owner":"Reflexe","description":"A simple webhook bot that grabs binaries from Travis logs and post them as a comment","archived":false,"fork":false,"pushed_at":"2018-11-12T20:21:28.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T09:31:19.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Reflexe.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":"2018-08-19T22:54:31.000Z","updated_at":"2018-11-12T20:21:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa6e8096-71ae-419f-a4f5-d12577283f24","html_url":"https://github.com/Reflexe/LmmsBot","commit_stats":null,"previous_names":["reflexe/lmmsbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reflexe/LmmsBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FLmmsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FLmmsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FLmmsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FLmmsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reflexe","download_url":"https://codeload.github.com/Reflexe/LmmsBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2FLmmsBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263140366,"owners_count":23419866,"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":[],"created_at":"2024-11-09T14:42:17.635Z","updated_at":"2025-07-02T12:32:43.276Z","avatar_url":"https://github.com/Reflexe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LmmsBot\nA simple webhook bot that grabs binaries from Travis logs and post them as a comment. All you need to do it to upload them to `transfer.sh` and set a webhook.\n\n# Setting up \n- Make sure you build with Travis, and upload your artifacts to transfer.sh.\n- Install pygithub and travispy. \n- Create a new repository that would be used for re-uploading the atrifacts.\n- Create a new file `settings.py` with this content (fill the requested fields):\n```python\nTEMP_DIR_PATH = '\u003cpath for temporary files\u003e'\n\nGITHUB_USER = '\u003cyour username\u003e'\nGITHUB_TOKEN = '\u003cyour token\u003e'\nGITHUB_OBJECTS_REPO = '\u003cname of the repo you've created\u003e'\nGITHUB_OBJECTS_REPO_BRANCH = 'master'\n\nBOT_COMMENT_BODY_TEMPLATE = '''## Downloads for this pull request\\n\\n'''\nBOT_COMMENT_DOWNLOAD_LINE_TEMPLATE = \"- {platform}: [download]({link}).\\n\"\nBOT_COMMENT_FOOTER = '\\n\\nGenerated by the [LMMS pull requests bot](https://github.com/Reflexe/LmmsBot/). '\n\n```\n- [Configure](http://flask.pocoo.org/docs/1.0/installation/) and [run](http://flask.pocoo.org/docs/1.0/quickstart/) a flask server to run your file. \n- Setup a webhook for the `Statuses` events *as a json document* (the default is not json for some strange reason).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Flmmsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflexe%2Flmmsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Flmmsbot/lists"}