diff --git a/README.md b/README.md index 8680d9d..49c6732 100644 --- a/README.md +++ b/README.md @@ -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.