onnet / Erlybot2

Telegram Bot example on Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlybot

Telegram bot example on Erlang

https://www.pvsm.ru/erlang/254179

Build

$ rebar3 compile

For using this bot example, you will need to set your own Telegram API Token and IP address:port in erlybot.app.src file. In my test lab this bot was behind nginx, that's why there's no SSL - nginx take care about SSL, and proxied all requests to https://external IP:443 onto http://localhost:7770.

About

Telegram Bot example on Erlang


Languages

Language:Erlang 99.7%Language:Shell 0.3%