{"id":21625989,"url":"https://github.com/muhammadmp97/blueoctocat","last_synced_at":"2025-08-05T22:08:26.264Z","repository":{"id":223480046,"uuid":"760085265","full_name":"muhammadmp97/BlueOctocat","owner":"muhammadmp97","description":"Github action for getting Telegram notifications","archived":false,"fork":false,"pushed_at":"2024-02-20T21:39:32.000Z","size":1185,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:02:42.609Z","etag":null,"topics":["actions","github-actions","notification","telegram"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/muhammadmp97.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-02-19T18:55:43.000Z","updated_at":"2024-03-13T17:16:13.000Z","dependencies_parsed_at":"2024-11-25T01:11:43.594Z","dependency_job_id":null,"html_url":"https://github.com/muhammadmp97/BlueOctocat","commit_stats":null,"previous_names":["muhammadmp97/githubtelegramnotifier"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadmp97%2FBlueOctocat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadmp97%2FBlueOctocat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadmp97%2FBlueOctocat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadmp97%2FBlueOctocat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammadmp97","download_url":"https://codeload.github.com/muhammadmp97/BlueOctocat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402540,"owners_count":21097331,"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":["actions","github-actions","notification","telegram"],"created_at":"2024-11-25T01:11:36.744Z","updated_at":"2025-04-11T12:44:10.423Z","avatar_url":"https://github.com/muhammadmp97.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blue Octocat\nDo you want to receive Telegram notifications, when your repository gets new issues/PRs?\n\n## How to use\n1. Create a Telegram bot using [@BotFather](https://core.telegram.org/bots/features#botfather).\n2. Open your bot and click on the start button; bots cannot send messages unless your start a conversation with them.\n3. Add the required [secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) to your repository: BOT_TOKEN and USER_ID. The second one is the receiver's id and you can get yours by using the [@get_id_bot](https://telegram.me/get_id_bot) bot.\n5. Create your workflow file:\n```yaml\n# .github/workflows/notify.yml\nname: telegram-notifier\non:\n  pull_request:\n    types: [opened]\n  issues:\n    types: [opened]\njobs:\n  something:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Blue Octocat            \n        uses: muhammadmp97/BlueOctocat@v1.0.0\n        with:\n          bot_token: ${{ secrets.BOT_TOKEN }}\n          user_id: ${{ secrets.USER_ID }}\n```\n\nYou may create an issue to test the workflow if it works properly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmp97%2Fblueoctocat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadmp97%2Fblueoctocat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadmp97%2Fblueoctocat/lists"}