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 inextensions
dir and callarg | extension
or_ | extension
(invoke without arg) in.rive
files. -
etc.
clone/fork this repo > add/edit anything except core files
> install dependency > run!
or with poetry:
$ poetry run python3 -u app.py
-
Arjawinangun.py: logic less template engine/mustache implement forked from https://github.com/lotabout/pymustache (redesigned to work with dynamic extension system)
-
Lina.py: rivescript interpreter extends https://github.com/aichaos/rivescript-python
have issues or question? feel free to open issues.