From 1299e4dc7e57393cc3f3b38b5826043b3b8ffaea Mon Sep 17 00:00:00 2001 From: Sergey Gut Date: Mon, 2 Mar 2020 00:14:29 +0400 Subject: [PATCH] Added README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35b982c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Modular Telegram Bot +Modular Telegram Bot is a project for hosting in one bot application many small services. + +This repository contains next built-in modules: +- `CombotAntiSpam`. Integrates with CAS API and kicks any member who detected by CAS (if possible). +- `RichSiteSummary`. RSS feed parser integration to Telegram. \ No newline at end of file