{"id":15064634,"url":"https://github.com/mattiamalonni/capistrano-telegram","last_synced_at":"2026-02-25T22:04:26.758Z","repository":{"id":56843259,"uuid":"196408341","full_name":"mattiamalonni/capistrano-telegram","owner":"mattiamalonni","description":"Telegram integration for Capistrano deployments","archived":false,"fork":false,"pushed_at":"2019-07-16T12:29:39.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-30T04:26:52.393Z","etag":null,"topics":["capistrano","capistrano-plugin","deployment","notifications","ruby","ruby-on-rails","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/mattiamalonni.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":"2019-07-11T14:16:07.000Z","updated_at":"2023-12-12T08:29:40.000Z","dependencies_parsed_at":"2022-09-09T02:32:04.586Z","dependency_job_id":null,"html_url":"https://github.com/mattiamalonni/capistrano-telegram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattiamalonni/capistrano-telegram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiamalonni%2Fcapistrano-telegram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiamalonni%2Fcapistrano-telegram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiamalonni%2Fcapistrano-telegram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiamalonni%2Fcapistrano-telegram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattiamalonni","download_url":"https://codeload.github.com/mattiamalonni/capistrano-telegram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiamalonni%2Fcapistrano-telegram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29842889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["capistrano","capistrano-plugin","deployment","notifications","ruby","ruby-on-rails","telegram","telegram-bot"],"created_at":"2024-09-25T00:23:00.396Z","updated_at":"2026-02-25T22:04:26.738Z","avatar_url":"https://github.com/mattiamalonni.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano - Telegram Notification\n\nSend notifications to Telegram about Capistrano deployments.\n\n## Installation\n\n1. Add this line to your application's `Gemfile`:\n\n   ```ruby\n   gem 'capistrano-telegram'\n   ```\n\n2. Execute:\n\n   ```\n   $ bundle\n   ```\n\n3. Require the library in your application's `Capfile`:\n\n   ```ruby\n   require 'capistrano/telegram'\n   ```\n\n## Prerequisites\n1. Create a new bot (refer to the official Telegram guide [here](https://core.telegram.org/bots)) and take note of the token generated.\n\n2. Include your bot in the desired chat\n\n3. To get the `chat_id`, go to: ht\u003cspan\u003etps://\u003c/span\u003eapi.telegram.org/bot**YOUR_BOT_TOKEN**/getUpdates\n\n\n## Configuration\n\n1. Add these lines to your application's `config/deploy.rb` file:\n\n   ```ruby\n   set :telegram_bot_key, 'YOUR_BOT_ID'\n   set :telegram_chat_id, 'YOUR_BOT_CHAT_ID'\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattiamalonni%2Fcapistrano-telegram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattiamalonni%2Fcapistrano-telegram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattiamalonni%2Fcapistrano-telegram/lists"}