Push blocklist generator to the branch

This commit is contained in:
Luquinhas 2024-12-08 19:51:49 -03:00
commit 424d2f13cf
5 changed files with 51 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# 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
```