From d14906462d02de97cfb82f58baae62bff740dfca Mon Sep 17 00:00:00 2001 From: Vladislav Baginsky <116379934+blvdek@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:00:32 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be9d98a..93b925c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Code style

-## 🤖 About Nextcloud Telegram Bot +## 🤖 About [Nextcloud Telegram Bot](https://github.com/blvdek/nc_tg_bot) This Telegram bot simplifies the process of interacting with Nextcloud, allowing users to easily share files without navigating the Nextcloud interface directly. It also provides the following functionalities: @@ -19,7 +19,7 @@ This Telegram bot simplifies the process of interacting with Nextcloud, allowing - Trash bin management: users can restore or delete files from the trash bin. - Search by name: users can search for files by their name. -Much more can be easily implemented using the nc_py_api and aigoram libraries. +Much more can be easily implemented using the [nc_py_api](https://github.com/cloud-py-api/nc_py_api) and [aigoram](https://github.com/aiogram/aiogram) libraries. ## ❓Motivation