From 63ecdf011c79ab73ed5c1a642ed9720b4f248aaf Mon Sep 17 00:00:00 2001 From: Macsim Date: Fri, 11 Jul 2025 22:31:22 +0300 Subject: [PATCH] Added some stacks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 182291d..22adbc6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Limoka serves as a centralized library, enabling users to enhance their Telegram ## Technology Stack - **Python**: Core language for module development, leveraging Python's simplicity and extensive ecosystem. +- **Aiohttp**: For some requests to limoka repository +- **Whoosh**: Search engine - **Hikka**: The userbot framework that Limoka modules extend, built on Telethon for Telegram API interactions. - **Git**: Version control for managing the repository and community contributions. - **CI/CD Tools**: Automated pipelines for testing and deploying module updates (see Infrastructure section).