From 503dfb42155d68cd90b053055f20914457517a9f Mon Sep 17 00:00:00 2001 From: AlberLC Date: Wed, 2 Feb 2022 01:40:10 +0100 Subject: [PATCH] Update README.rst --- README.rst | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index afff8b5..4fa9156 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,9 @@ FlanaBot |license| |project_version| |python_version| -Flanagan's bot. +Bot based on `github.com/AlberLC/multibot`_ to manage Discord groups, Telegram and Twitch chats, moderate them and add functionalities. + +| Installation ------------ @@ -14,6 +16,22 @@ Python 3.10 or higher is required. pip install flanabot +| + +Features +-------- + +- Talk to users. +- Delete batch messages. +- It works both in groups and in private chats. +- Understands numbers and amounts of time textually expressed (useful for deleting a message batch or saying "flanabot ban john for one hour and 20 minutes"). +- Shows interactive via buttons charts of past, current and forecast weather. +- Change user roles temporarily or forever. +- Mute users temporarily or forever. +- Ban users temporarily or forever. +- Configurable default behavior for each chat, just talk to him to configure it. +- Get media from twitter, instagram and tiktok and send it to the chat. From tiktok also obtains data about the song that is playing in the video. + .. |license| image:: https://img.shields.io/github/license/AlberLC/flanabot?style=flat :target: https://github.com/AlberLC/flanabot/blob/main/LICENSE @@ -25,4 +43,6 @@ Python 3.10 or higher is required. .. |python_version| image:: https://img.shields.io/pypi/pyversions/flanabot :target: https://www.python.org/downloads/ - :alt: PyPI - Python Version \ No newline at end of file + :alt: PyPI - Python Version + +.. _github.com/AlberLC/multibot: https://github.com/AlberLC/multibot \ No newline at end of file