From 92db3f3486883f1d2028171e4bc86986a24a52af Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Fri, 19 Apr 2019 12:15:56 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5679d..ba8efaa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # TorAutoVisitor -Generates fake traffic to a website using the Tor Browser (Firefox). \ No newline at end of file +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 +``` \ No newline at end of file