TelegramAID is tool for more convenient chatting in Telegram. This's fork of opentfd (now have some bugs and doesn't work properly).
- Merges series of Telegram messages if there is a pause of less than 30 seconds (you can change this) between them.
- Bash assistant — type
!bash command
in any chat to execute command on your host (Docker version is limited by container). - Getting available music-links from @OdesliBot, when you send links from Spotify or Yandex.Music, and replacing you message to this links.
- Add API token and hash to
secret.template.py
and rename it tosecret.py
. pip3 install -r reqirements.txt
python3 taid.py
- Log in.
- Same as first point above.
docker build -t taid .
docker run --name=taid -it taid
- Log in.
- Detach container by
Ctrl
+P
. - You can stop container by
docker stop taid
and start bydocker start taid
(don't userun
because it will make new container).
- Latest version of Telethon: http://telethon.readthedocs.io/en/stable/