fabianonline/telegram.sh

Is this script able to send telegram SMS via proxy server?

Closed this issue · 1 comments

If it is possible, give please an example

Inside, it uses curl. You can tell curl to use a proxy using environment variables, like so:

HTTPS_PROXY=socks5://127.0.0.1:1234 telegram "Hello world"