Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1 KB

README.md

File metadata and controls

25 lines (13 loc) · 1 KB

status workflow test Code style: black

With @sendh_bot you can easy to send file or text message to telegram from anywhere (Terminal, CI/CD pipeline, IoT device etc)

Screenshot 1

Screenshot 2

Screenshot 3

This service is stateless, so your privacy is highly protected, and you can deploy it in your own instance.

Run Locally (self hosted)

  1. install dependency with pip install -r requirements.txt.

  2. generate key with python keygen.py.

  3. edit .env.example file and renamed to .env.

  4. type command gunicorn --bind 0.0.0.0:80 wsgi

  5. open browser https://your-host/update_webhook

now you can start chatting with your bot :)