Skip to content
Swapnil Agarwal edited this page Mar 2, 2020 · 4 revisions

Welcome to the jarvis-telegram wiki!

How to add a new module?

To add a new module, define the behavior first.
After that, try running the playground app locally (https://github.com/the-vision/jarvis-telegram-playground). Make changes so that the required behavior is reflected in your test bot.
Finally, add the corresponding code here: https://github.com/the-vision/jarvis-telegram/blob/master/modules.py and raise a PR.
Comment on the issue and discuss how the feature should look like before coding.

Clone this wiki locally