/tgbot

Primary LanguageRust

A telegram bot

This bot is designed to be hosted as a reactive WASM application. Primarly for Fermyon Spin Framework/Cloud, but conceptualy it would be able to work on any WAGI platform. It'll get telegram message updates via a webhook, since it can't poll (or establish a web-socket connection).

Quickstart

fermyon-spin build
SPIN_CONFIG_PASSWORD="123" SPIN_CONFIG_USERNAME="admin" fermyon-spin up

Deploy to the cloud

fermyon-spin cloud deploy --variable password=123 --variable username=admin

References