automatica-team / plant

Declarative bots constructor
1 stars 0 forks source link

🏭

Plant is a declarative Telegram Bot builder built using Telebot.

Quickstart

$ go install automatica.team/plant/cmd/plant@latest
$ plant init example
$ plant run

Config

bot:
  expose:
    - /start

deps:
  - import: plant/db
    dsn: $DB_URL

mods:
  - import: plant/core
  - import: x/private