/b64bot

An easy telegram inline bot to translate in base64 messages

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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