Skip to content

decentralized-hse/messenger-telegram-transport

Repository files navigation

Messenger: Telegram transport

Send and recieve messages with the usage of Telegram

Demo

CLI usage demonstration: sending and receiving messages. (The example's bot token has been revoked)

Usage: CLI with Python Script

  1. Create bot using @BotFather and get its token
  2. Create public dead drop channel and add the bot as an admin
  3. Send a message using the transport.py script (No requirements needed!)

Example:

python .\transport.py send -t 0123456789:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -n testchannelname -f Sender -c "This is the coolest test message!!!"
  1. Read the message using the transport.py script

Example:

python .\transport.py read -n testchannelname

Usage: Kotlin library

You can integrate Kotlin classes Message.kt and TelegramClient.kt for the usage inside Android app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published