From 86698098cdc18799e7a30c39bdc0c08ad3fc6bf5 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 16 Jun 2023 17:08:58 +0300 Subject: [PATCH] Update README --- README.md | 24 ------------------------ README.rst | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 24 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 25e78ee..0000000 --- a/README.md +++ /dev/null @@ -1,24 +0,0 @@ -### This is a template for writing a bot using simplematrixbotlib - -#### Setup - -First clone repo and create `.env` and `config.toml` - -Examples: - -`.env` -```dotenv -USERNAME=@catbot:example.com -PASSWORD=password -SERVER=https://example.com -``` - -[allowlist and blocklist formats](https://simple-matrix-bot-lib.readthedocs.io/en/latest/examples.html#id2) - -`config.toml` -```toml -[simplematrixbotlib.config] -allowlist = [] -blocklist = [] -admin_id = '@admin:example.com' -``` \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..daa7d0d --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +dots-matrix-bot +=============== + +dots-matrix-bot is the interface for +`dots-bot-api `__ to have +access to `Dots Platform Clients API `__ using +matrix. + +Template +======== + +dots-matrix-bot uses +`simplematrixbotlib\ template `__. + +Author +====== + +Kostiantyn Klochko (c) 2023 +