Skip to content

andrew000/Base64-Coder-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaseCoderBot

A Telegram Bot for Base64 Encoding/Decoding.

Inline is available!

Requirements:

  • Telegram token (use @BotFather to get one)
  • Linux: pip3 install -r requirements.txt
  • Windows: pip install -r requirements.txt

Config:

  1. Turn On "Inline Mode" in @BotFather
  2. Paste your token in config.py
  3. Run python3 main.py

Docker:

docker build . -t base-coder-bot 
docker run -d --restart always base-coder-bot 

About

Telegram Bot for Base64 Encoding/Decoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages