-
Notifications
You must be signed in to change notification settings - Fork 0
Import Telegram
Stanislav Nepochatov edited this page Oct 23, 2021
·
1 revision
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
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;
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.