This repository contains primarily those Home Assistnt Apps that I use myself.
Use the following URL to add this repository:
https://github.com/avbor/hassio-appsOr, simply click the button below to add it automatically:
✓ Telegram Bot API Server
With this app you can send the requests to your own server instead of https://api.telegram.org.
If you switch to a using a local Bot API server, your bot will be able to:
- Download files without a size limit.
- Upload files up to 2000 MB.
- Use an HTTP URL for the webhook.
- Use any local IP address for the webhook.
- Use any port for the webhook.
- Set max_webhook_connections up to 100000.
and more.
In addition, this application allows you to use proxy server (MTProto, SOCKS5 or HTTP) to connect to the Telegram infrastructure.
You can use projects like telemt or mtg to overcome the limitations of Telegram infrastructure availability for your bots.