Update hello world example and add config example

This commit is contained in:
Tulir Asokan 2019-01-07 08:14:29 +02:00
parent 400c9aaebc
commit ac69c50b80
8 changed files with 49 additions and 10 deletions

6
examples/README.md Normal file
View file

@ -0,0 +1,6 @@
# Maubot examples
All examples are published under the [MIT license](LICENSE).
* [Hello World](helloworld/) - Very basic event handling bot that responds "Hello, World!" to all messages.
* [Echo bot](https://github.com/maubot/echo) - Basic command handling bot with !echo and !ping commands
* [Config example](config/) - Simple example of using a config file