Kanjiiro / b64bot

An easy telegram inline bot to translate in base64 messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b64bot

An easy Telegram inline bot to encrypt and decrypt base64 messages.

Requirements:

  • Telepot pip3 install telepot
  • Telegram token (use @BotFather on telegram to get one)
  • Activate Inline Mode in BotFather:
    • /mybots
    • [your bot name]
    • Bot Settings
    • Inline Mode

Config:

  • Put the telegram token in the variable TOKEN
  • Enjoy

How does is work:

  • Encrypt: @[your bot name] [massage to encrypt in base64]
  • Decrypt: @[your bot name] -d [massage to dencrypt from base64]

Working on:

  • Ubuntu
  • Raspbian
  • OsX

About

An easy telegram inline bot to translate in base64 messages

License:GNU General Public License v3.0


Languages

Language:Python 100.0%