Skip to content

Commit 2faeee8

Browse files
authored
Merge pull request #262 from DedSecInside/general_improvements
General improvements
2 parents 5bf5a7d + 22f9e2d commit 2faeee8

File tree

13 files changed

+619
-205
lines changed

13 files changed

+619
-205
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
8. Built-in Updater.(Completed)
3737
9. TorBot GUI (In progress)
3838
10. Social Media integration.(not Started)
39+
11. Build visual tree of link relationship that can be quickly viewed or saved to an image file
3940
...(will be updated)
4041

4142
## Contribute
@@ -70,14 +71,14 @@ Before you run the torBot make sure the following things are done properly:
7071

7172
* Make sure that your torrc is configured to SOCKS_PORT localhost:9050
7273

73-
* Open a new terminal and run `cd gotor && go run main.go -server`
74+
* Open a new terminal and run `cd gotor && go run cmd/main/main.go -server`
7475

75-
* Install TorBot Python requirements using
76-
`pip install -r requirements.txt`
76+
* Install TorBot Python requirements using [`poetry`](https://python-poetry.org/docs/basic-usage/)
77+
`poetry install` <-- to install dependencies
7778

78-
Finally run the following command
79+
`poetry run python run.py -l https://www.example.com --depth 2 -v` <-- example of running command with poetry
7980

80-
`python3 run.py -h`
81+
`poetry run python run.py -h` <-- for help
8182
<pre>
8283
usage: Gather and analayze data from Tor sites.
8384

install.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)