8 lines
No EOL
196 B
Markdown
8 lines
No EOL
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
|
|
``` |