A thin telegram wrapper built on top of Sugaroid Websocket implementation.
go build .
export TELEGRAM_BOT_TOKEN="supersecrettoken"
export SG_TG_COMMAND_PREFIX="@mysugaroidbot "
export SG_TG_CHANNEL_ID_WHITELIST="-13131331313,-43131313"
export SG_TG_WS_ENDPOINT="localhost:3000"
./sg-telegram
This project is licensed under the MIT License