github-webhook-to-telegram icon indicating copy to clipboard operation
github-webhook-to-telegram copied to clipboard

Receive GitHub webhook events and send to Telegram chats with AIOHTTP through Telegram Bot API

Results 2 github-webhook-to-telegram issues
Sort by recently updated
recently updated
newest added

```log 2022-06-15T03:42:11.794121+00:00 app[web.1]: File "/app/utils/telegram.py", line 54, in send_message 2022-06-15T03:42:11.794121+00:00 app[web.1]: async with session.post(api_url, 2022-06-15T03:42:11.794122+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/aiohttp/client.py", line 1138, in __aenter__ 2022-06-15T03:42:11.794122+00:00 app[web.1]: self._resp = await self._coro 2022-06-15T03:42:11.794122+00:00 app[web.1]:...