This commit is contained in:
spla 2022-09-06 21:33:20 +02:00
commit 383660ed26
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions

Veure arxiu

@ -1,6 +1,6 @@
# Mastodon's spamcheck
Check and store data from sign-ups registered on your Mastodon server last seven days.
Check and store data from last seven days sign-ups of your Mastodon server.
### Dependencies
@ -14,7 +14,7 @@ Within Python Virtual Environment:
1. Run `pip install -r requirements.txt` to install needed Python libraries.
2. Run `python torips.py` to write Tor exit nodes IPs to new created database. You need to get the torbulkexitlist from [here](https://check.torproject.org/exit-addresses)
2. Run `python torips.py` to write Tor exit nodes IPs to new created database. It get the torbulkexitlist from [here](https://check.torproject.org/exit-addresses)
3. Run `python spamcheck.py` for the first time to configure it.