Bot sends messages from telegram to email.
1.1 Create config.ini file:
cp -p configs/config-example.ini configs/config.ini
And fill config.ini by own data.
1.2 Build docker image:
docker build . --tag assistbot
1.3 Run docker image:
docker run -d \
--restart unless-stopped \
-v ./configs:/assistbot/configs \
-v ./files:/assistbot/files \
assistbot
Just write to bot:
/help