{"id":13686092,"url":"https://github.com/geekdada/telegram-incoming-webhook","last_synced_at":"2025-05-06T10:45:55.295Z","repository":{"id":72870485,"uuid":"502604700","full_name":"geekdada/telegram-incoming-webhook","owner":"geekdada","description":"Send messages to a Telegram chat easily","archived":false,"fork":false,"pushed_at":"2024-01-08T20:36:57.000Z","size":20,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T01:23:40.469Z","etag":null,"topics":["bot","telegram","webhook"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/geekdada.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-06-12T12:06:02.000Z","updated_at":"2023-09-05T05:49:55.000Z","dependencies_parsed_at":"2024-01-14T15:23:51.181Z","dependency_job_id":null,"html_url":"https://github.com/geekdada/telegram-incoming-webhook","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/geekdada%2Ftelegram-incoming-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekdada%2Ftelegram-incoming-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekdada%2Ftelegram-incoming-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekdada%2Ftelegram-incoming-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekdada","download_url":"https://codeload.github.com/geekdada/telegram-incoming-webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252667613,"owners_count":21785470,"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":["bot","telegram","webhook"],"created_at":"2024-08-02T14:01:04.975Z","updated_at":"2025-05-06T10:45:55.274Z","avatar_url":"https://github.com/geekdada.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# telegram-incoming-webhook\n\nSend messages to a Telegram chat easily.\n\nYou can use `tiw.deno.dev` directly, which **does't store your token or message**. You can also fork this project and deploy to [Deno Deploy](\u003c[url](https://deno.com/deploy)\u003e) yourself, it's free.\n\n## Usage\n\n### Send JSON payload\n\n```\n$ curl -X POST -H \"Content-Type: application/json\" -d '{\"text\":\"Hello, world!\"}' https://tiw.deno.dev/\u003cbotToken\u003e/\u003cchatId\u003e\n```\n\nThe payload will be formatted and sent to the designated chat.\n\n### Send normal message\n\n```\n$ curl -X POST -d 'Message' https://tiw.deno.dev/\u003cbotToken\u003e/\u003cchatId\u003e\n```\n\n### Send markdown message\n\n```\n$ curl -X POST https://tiw.deno.dev/\u003cbotToken\u003e/\u003cchatId\u003e?parse_mode=MarkdownV2 -d $'*bold \\\\*text*\n_italic \\\\*text_\n'\n```\n\n## How to get the `chatId`\n\n```\n$ curl https://tiw.deno.dev/\u003cbotToken\u003e/chats\n```\n\nIf you can't see any `chatId`, you probably haven't added the bot to the chat or talked to the bot yet.\n\n## Privacy\n\n## License\n\n[MIT License](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekdada%2Ftelegram-incoming-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekdada%2Ftelegram-incoming-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekdada%2Ftelegram-incoming-webhook/lists"}