2019-01-07 06:14:29 +00:00
|
|
|
# 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
|
2022-03-27 17:03:21 +00:00
|
|
|
* [Database example](database/) - Simple example of using a database
|