Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

opsdroid/connector-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️ This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid connector telegram

A connector for opsdroid to send messages using Telegram.

Requirements

You need to register a bot on Telegram and get an api token for it.

Configuration

connectors:
  - name: telegram
    # required
    token: "123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ-ZYXWVUT"  # Telegraf bot token
    # optional
    update_interval: 0.5  # Interval between checking for messages
    default_user: user1  # Default user to send messages to (overrides default room in connector)
    whitelisted_users:  # List of users who can speak to the bot, if not set anyone can speak
      - user1
      - user2

Releases

No releases published

Packages

No packages published

Languages