Update README.md

This commit is contained in:
Lucas Gabriel 2024-06-02 22:30:09 +00:00
parent f1ff0bd911
commit ed11997d50
3 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
*.asc
*.txt
node_modules
__pycache__
__pycache__
!requirements.txt

View File

@ -5,7 +5,9 @@ Lynx is a a simple Telegram bot made in Node.js.
## Requirements
- A Telegram bot (create one at [@BotFather](https://t.me/botfather))
- Node.js 20 LTS (or above)
- node-telegram-bot-api (install with ``npm install node-telegram-bot-api``)
- Python 3 (or above, for use with SpamWatch API)
- Python dependencies: use ``pip install -r requirements.txt``
- Node.js dependencies: use ``npm install``
## Run it yourself, develop or contribute with Lynx
First, [make a fork of this repo](https://github.com/lucmsilva651/lynx/fork), or clone it with

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
python-dotenv
spamwatch