# Telegram

Step-by-step to integrate with a Telegram bot

<p class="callout info">**NOTE: This guide is under construction.**</p>

<span style="font-weight: 400;">[![TelegramLogo.png](https://pandorafms.com/guides/public/uploads/images/gallery/2020-12/scaled-1680-/telegramlogo.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2020-12/telegramlogo.png)</span>

# <span style="font-weight: 400;">Introduction</span>

<span style="font-weight: 400;">Telegram bots CLI connector for use in Pandora FMS alerts.</span>

# <span style="font-weight: 400;">Compatibility matrix</span>

- <span style="font-weight: 400;">Python3 for source code </span>
- <span style="font-weight: 400;">Linux x64 for compiled</span>

# <span style="font-weight: 400;">Requirements</span>

<span style="font-weight: 400;">The requirements are as follows:</span>

- <span style="font-weight: 400;">A Telegram account to create the bot</span>
- <span style="font-weight: 400;">Add the bot to the notification group</span>
- <span style="font-weight: 400;">Get the group id</span>
- <span style="font-weight: 400;">(only for source code) Have python3 installed on the Pandora server with the module: request.</span>&lt; /li&gt;