Skip to content

Import Telegram

Stanislav Nepochatov edited this page Oct 23, 2021 · 1 revision

General

IO module designed to import messages from telegram bot.

Id: import-telegram
Type: IMPORT,
Protocol: telegram
Module class: tk.freaxsoftware.ribbon2.io.importer.telegram.TelegramImporter

Configuration

Following config params required for this IO module:

  • tgBotName - name of the bot to connect;
  • tgBotToken - access token for bot to connect;
  • generalDirectory - directory to import messages;
  • generalTimeout - timeout in minutes between import runs;

Usage

Send /message command to start sending message step-by-step. Sequence of sending is following: header, tags separeted by coma and content. On completion message sending you can check status of all messages by executing commant /status. Also there is command /help to print brief description of all commands.

Clone this wiki locally