Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in README.md #301

Merged
merged 2 commits into from
Oct 7, 2023
Merged
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
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