Update 'README.md'

This commit is contained in:
Abhorrent_Anger 2019-04-19 12:15:56 +03:00
parent d3f711f604
commit 92db3f3486
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# TorAutoVisitor
Generates fake traffic to a website using the Tor Browser (Firefox).
Generates fake traffic to a website using the Tor Browser (Firefox).
## Usage
```
TorAutoVisitor.py [-h] [--min MIN] [--max MAX] url
positional arguments:
url URL to be loaded on each visit
optional arguments:
-h, --help show this help message and exit
--min MIN Minimum visit time
--max MAX Maximum visit time
```