maubot/examples
Tulir Asokan 484749c08c Add missing file 2022-03-27 20:05:34 +03:00
..
config Add simple database example 2022-03-27 20:03:21 +03:00
database Add missing file 2022-03-27 20:05:34 +03:00
helloworld Update hello world example and add config example 2019-01-07 08:14:29 +02:00
LICENSE Add simple database example 2022-03-27 20:03:21 +03:00
README.md Add simple database example 2022-03-27 20:03:21 +03:00

README.md

Maubot examples

All examples are published under the MIT license.

  • Hello World - Very basic event handling bot that responds "Hello, World!" to all messages.
  • Echo bot - Basic command handling bot with !echo and !ping commands
  • Config example - Simple example of using a config file
  • Database example - Simple example of using a database