With @sendh_bot you can easy to send file or text message to telegram from anywhere (Terminal, CI/CD pipeline, IoT device etc)
This service is stateless, so your privacy is highly protected, and you can deploy it in your own instance.
-
install dependency with
pip install -r requirements.txt
. -
generate key with
python keygen.py
. -
edit
.env.example
file and renamed to.env
. -
type command
gunicorn --bind 0.0.0.0:80 wsgi
-
open browser
https://your-host/update_webhook
now you can start chatting with your bot :)