{"id":21344477,"url":"https://github.com/s00d/fast-telegram-action","last_synced_at":"2026-03-19T20:01:30.754Z","repository":{"id":194856049,"uuid":"692006509","full_name":"s00d/fast-telegram-action","owner":"s00d","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-15T12:09:36.000Z","size":1936,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T02:33:59.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/s00d.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}},"created_at":"2023-09-15T11:01:27.000Z","updated_at":"2023-09-17T13:48:14.000Z","dependencies_parsed_at":"2023-09-15T12:16:15.151Z","dependency_job_id":null,"html_url":"https://github.com/s00d/fast-telegram-action","commit_stats":null,"previous_names":["s00d/fast-telegram-action"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Ffast-telegram-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Ffast-telegram-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Ffast-telegram-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Ffast-telegram-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/fast-telegram-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243819312,"owners_count":20352868,"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-22T01:19:12.678Z","updated_at":"2026-01-03T12:02:42.478Z","avatar_url":"https://github.com/s00d.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Send Telegram Message GitHub Action\n\nThis [GitHub Action](https://github.com/marketplace/actions/fast-telegram-action) allows you to send a message to Telegram using a Bash script. It can be useful for sending notifications or alerts from your workflows.\n\n## Inputs\n\n- `token` (required): The Telegram Bot API token.\n- `to` (required): The Telegram chat ID or group ID.\n- `message` (required): The message text to be sent (supports Markdown). The default value is \"Hello from GitHub Actions!\".\n- `format` (optional): markdown or html. default is markdown.\n- `disable_web_page_preview` (optional): disables notifications for this message, supports sending a message without notification. default is false.\n\n## Example Usage\n\n```yaml\nname: Send Telegram Message\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  send-message:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Send Telegram Message\n        uses: s00d/fast-telegram-action@v9\n        with:\n          token: ${{ secrets.TELEGRAM_TOKEN }}\n          to: ${{ secrets.TELEGRAM_TO }}\n          message: 'This is a test message from GitHub Actions!'\n```\n\nMake sure you have set up the `TELEGRAM_TOKEN` and `TELEGRAM_TO` secrets in your repository's settings.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request.\n\n## License\n\nThis GitHub Action is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Ffast-telegram-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Ffast-telegram-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Ffast-telegram-action/lists"}