Skip to content

Commit

Permalink
more documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KingAkeem committed Aug 21, 2023
1 parent dea4ad4 commit be79d2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ then it will attempt to install `gotor` to the `GOBIN` path after making the pat
source install.sh # execute script
```

You can now run
```sh
gotor -sever -h localhost -p 9050 # start server
```
and crawl using
```sh
python -m torbot -u https://www.example.com
```

### Options
<pre>
usage: Gather and analayze data from Tor sites.
Expand Down

0 comments on commit be79d2a

Please sign in to comment.