Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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