This serves as an example for how to write and package plugins for SimpleBot with standard Python packaging machinery.
The echo plugin registers a single /echo command that end-users
can send to the bot.
To install run:
pip install simplebot-echo
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This serves as an example for how to write and package plugins for SimpleBot with standard Python packaging machinery.
The echo plugin registers a single /echo command that end-users
can send to the bot.
To install run:
pip install simplebot-echo