{"id":24605860,"url":"https://github.com/flofriday/tugitlabbot","last_synced_at":"2026-05-16T23:10:45.692Z","repository":{"id":57544738,"uuid":"296826291","full_name":"flofriday/tugitlabbot","owner":"flofriday","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-24T11:05:52.000Z","size":4564,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T16:38:15.157Z","etag":null,"topics":["gitlab","telegram-bot","tuwien"],"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/flofriday.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":"2020-09-19T08:52:59.000Z","updated_at":"2020-09-24T11:05:54.000Z","dependencies_parsed_at":"2022-08-27T05:20:14.300Z","dependency_job_id":null,"html_url":"https://github.com/flofriday/tugitlabbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flofriday%2Ftugitlabbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flofriday%2Ftugitlabbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flofriday%2Ftugitlabbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flofriday%2Ftugitlabbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flofriday","download_url":"https://codeload.github.com/flofriday/tugitlabbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244198358,"owners_count":20414445,"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":["gitlab","telegram-bot","tuwien"],"created_at":"2025-01-24T16:32:09.777Z","updated_at":"2026-05-16T23:10:40.632Z","avatar_url":"https://github.com/flofriday.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tugitlabbot\nA Telegrambot to notify about changes on the TU Wien GitLab repository.\n\n![Screenshot](screenshot.png)\n**Try it out:** [https://t.me/tuGitlabBot](https://t.me/tuGitlabBot)\n\n## Run the bot (native)\n1) Install golang\n2) Run `go build`\n3) Run `TELEGRAM_TOKEN=XXXX ./gitlabbot`\u003cbr\u003e\nWhere XXXX is the Token for the Telegrambot\n\n## Run the bot with docker\n1) Install docker\n2) Build and start the docker container\n```\ndocker build -t tugitlabbot-template .\ndocker run -e TELEGRAM_TOKEN=XXXX --rm --name tugitlabbot-container tugitlabbot-template\n```\nWhere XXXX is the Token for the Telegrambot\n\n**Note**: Those commands will run the bot in a docker container, however all state will be lost, when you shut down the container. To prevent this you can use docker volumes:\n```\ndocker volume create tugitlabbot-volume\ndocker build -t tugitlabbot-template .\ndocker run --env TELEGRAM_TOKEN=XXXX \\\n      --mount type=volume,source=tugitlabbot-volume,target=/app/data \\\n      --name tugitlabbot-container tugitlabbot-template \\\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflofriday%2Ftugitlabbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflofriday%2Ftugitlabbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflofriday%2Ftugitlabbot/lists"}