Skip to content

Commit

Permalink
Merge pull request #301 from rahul0x00/patch-1
Browse files Browse the repository at this point in the history
fix typos in README.md
  • Loading branch information
KingAkeem authored Oct 7, 2023
2 parents b68a820 + ee3cc09 commit 5666f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ poetry run python run.py -h # for help

### Full Installation
There is a shell script that will attempt to install both `torbot` and `gotor` as global modules.
The script `install.sh` will first install the latest version of `torbot` found in `pypi`,
The script `install.sh` will first install the latest version of `torbot` found in `PyPI`,
then it will attempt to install `gotor` to the `GOBIN` path after making the path globally accessible.
```sh
source install.sh # execute script
Expand Down Expand Up @@ -122,15 +122,15 @@ optional arguments:
Specifiy additional website extensions to the list(.com , .org, .etc)
-c, --classify Classify the webpage using NLP module
-cAll, --classifyAll Classify all the obtained webpages using NLP module
-i, --info Info displays basic info of the scanned site` </pre>
-i, --info Info displays basic info of the scanned site </pre>

* NOTE: -u is a mandatory for crawling

Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob/master/Tor.md)

### Using Docker

- Ensure than you have a tor container running on port 9050.
- Ensure that you have a tor container running on port 9050.
- Build the image using following command (in the root directory):

`docker build -f docker/Dockerfile -t dedsecinside/torbot .`
Expand Down

0 comments on commit 5666f14

Please sign in to comment.