It's Telegram bot for executing some Unix text processing commands on messages in groups.
You can add this bot to your group and execute sed, awk, grep and some other Unix commands on messages in this chat
I distribute this code under Unlicense license, so you can do what you want.
You can fork it. You can contribute to it. You can sell it. You can use its
code in your projects. You can deploy my bot's copy on your server. You can
do anything. This code is not mine, it's yours.
- Python 3
- Docker
I don't recommend you to do it, but if you want to get yet another useless copy of already existing bot, you shoud:
-
Get Telegram bot token from @BotFather
-
Clone my repo
git clone https://github.com/liferooter/streameditbot
-
Build docker image
docker build -t streameditbot_img .
-
Deploy docker
docker run --name streameditbot \ -e BOT_TOKEN="your-bot-token" \ streameditbot_img
No.