Skip to content

Commit

Permalink
Merge pull request #262 from DedSecInside/general_improvements
Browse files Browse the repository at this point in the history
General improvements
  • Loading branch information
KingAkeem authored Dec 20, 2022
2 parents 5bf5a7d + 22f9e2d commit 2faeee8
Show file tree
Hide file tree
Showing 13 changed files with 619 additions and 205 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
8. Built-in Updater.(Completed)
9. TorBot GUI (In progress)
10. Social Media integration.(not Started)
11. Build visual tree of link relationship that can be quickly viewed or saved to an image file
...(will be updated)

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

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

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

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

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

`python3 run.py -h`
`poetry run python run.py -h` <-- for help
<pre>
usage: Gather and analayze data from Tor sites.

Expand Down
17 changes: 0 additions & 17 deletions install.sh

This file was deleted.

Loading

0 comments on commit 2faeee8

Please sign in to comment.