From be30c1d430017a5d10d2264e0dad88dde2c38aa0 Mon Sep 17 00:00:00 2001 From: A Bunch of Computer Nerds Date: Thu, 12 Dec 2024 21:33:40 -0300 Subject: [PATCH] Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a9f4ff..365e3a4 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,10 @@ Kowalski is a a simple Telegram bot made in Node.js. - You can find Kowalski at [@KowalskiNodeBot](https://t.me/KowalskiNodeBot) on Telegram. -## Requirements +## Self-host requirements - A Telegram bot (create one at [@BotFather](https://t.me/botfather)) - - Node.js 20 LTS (or above) - - Python 3 (or above, for use with SpamWatch API) - - Python dependencies: use ``pip install -r requirements.txt`` - - Node.js dependencies: use ``npm install .`` + - Node.js 22 (or above) + - Node.js dependencies: use ``npm install`` or ``npm i`` - FFmpeg ## Run it yourself, develop or contribute with Kowalski