A super simple Telegram client that logs all text messages to _td_files/log.txt
.
- run
./build.sh
to build the image. If you're on a slow machine (like a RaspberryPi) this might take quite some time - run
./runFirstTime.sh
. After the logs have stopped, hitENTER
once. You should get a prompt to enter your phone number. Enter it, wait for the secret code and enter it as well. Now all your chat messages should appear - hit
CTRL-C
to stop the program - run
./run.sh
Now the Telegram transcription is running in the background.
If you want to check, what's going on, you can either check the logs in _td_files/log.txt
or live via docker logs -f tdbak
.