mirror of
https://github.com/abocn/TelegramBot-SpamWatch.git
synced 2025-03-10 12:49:57 +00:00
8 lines
196 B
Markdown
8 lines
196 B
Markdown
# SpamWatch blocklist generator
|
|
> Put your SpamWatch API key on a config.env file. Use the .example file to see how.
|
|
|
|
Then do these commands:
|
|
```
|
|
pip install -r requirements.txt
|
|
python main.py
|
|
``` |