Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 902 Bytes

with this starter you can:

  • use mustache template engine with backtrick delimiter in .rive files.
  • send contexts from bot.reply
mycontext = {"Foo":"bar"}
bot.reply("localuser", msg, context=mycontext)
  • invoke extensions, just write normal python package in extensions dir and call arg | extension or _ | extension (invoke without arg) in .rive files.

  • etc.

usage

clone/fork this repo > add/edit anything except core files > install dependency > run!

or with poetry:

$ poetry run python3 -u app.py

core files

have issues or question? feel free to open issues.