Update README

This commit is contained in:
A Bunch of Computer Nerds 2024-12-12 21:33:40 -03:00
parent 2c358d81d6
commit be30c1d430

View File

@ -5,12 +5,10 @@
Kowalski is a a simple Telegram bot made in Node.js. Kowalski is a a simple Telegram bot made in Node.js.
- You can find Kowalski at [@KowalskiNodeBot](https://t.me/KowalskiNodeBot) on Telegram. - 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)) - A Telegram bot (create one at [@BotFather](https://t.me/botfather))
- Node.js 20 LTS (or above) - Node.js 22 (or above)
- Python 3 (or above, for use with SpamWatch API) - Node.js dependencies: use ``npm install`` or ``npm i``
- Python dependencies: use ``pip install -r requirements.txt``
- Node.js dependencies: use ``npm install .``
- FFmpeg - FFmpeg
## Run it yourself, develop or contribute with Kowalski ## Run it yourself, develop or contribute with Kowalski