Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Onion Website Parser
# Onion Website Parser with specific
[@rbsteinm](https://github.com/rbsteinm) and I were hired in order to develop an open-source tool which purpose is to crawl a specific .onion website. It crawls the forum pages of a forum and retrieves some information to store it in a MongoDB.

In order to use it, you need to be running any Linux distribution, use python3.5, install the required libraries: `pip3.5 install -r requirements.txt`, install the [tor browser](https://www.torproject.org/projects/torbrowser.html.en) and provide to the commandline your tor browser folder. Also, remember to fill out the parameters that you need in the credentials section of the python/crawler.py file (login, etc).
Expand Down