We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea4ad4 commit be79d2aCopy full SHA for be79d2a
1 file changed
README.md
@@ -92,6 +92,15 @@ then it will attempt to install `gotor` to the `GOBIN` path after making the pat
92
source install.sh # execute script
93
```
94
95
+You can now run
96
+```sh
97
+gotor -sever -h localhost -p 9050 # start server
98
+```
99
+and crawl using
100
101
+python -m torbot -u https://www.example.com
102
103
+
104
### Options
105
<pre>
106
usage: Gather and analayze data from Tor sites.
0 commit comments