/Seq.App.Telegram

An app for Seq (http://getseq.net) that forwards messages to Telegram.

Primary LanguageC#Apache License 2.0Apache-2.0

Seq.App.Telegram

An app for Seq (http://getseq.net) that forwards messages to Telegram group chat. Socks5 proxy supported.

NuGet

Build status

In order to use Seq.App.Telegram you will need:

  • Seq 2021.4+ Older versions is not supported by current package.
  • Bot authentication token. You can use existing bot's token or create a new one. Refer to docs at https://core.telegram.org/bots/api#authorizing-your-bot.
  • Chat id. Invite @ShowJsonBot or @RawDataBot into your chat and it will send you a message. Copy id value from chat section including leading minus. chat section example:
      "chat": {
        "title": "Some chat",
        "type": "group",
        "all_members_are_administrators": true,
        "id": -221908654
       },