Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.
danieleperera edited this page Jan 11, 2021 · 2 revisions

Installing

You can install OnionIngestor in the following ways.

GIT:

git clone https://github.com/danieleperera/OnionIngestor.git

cd OnionIngestor

python3 -m venv venv

source venv/bin/activate

pip3 install -r requirements/prod.txt

Tor configurations

Tor should now be up & running on the 9050. Check if you are running tor:

sudo service tor status

If it's not running please install tor. Once installed please create a TorController Password.

tor --hash-password "<new_password>"

copy the output and modify torrc file:

# /etc/torrc
ControlPort 9051
HashedControlPassword HERE_GOES_HASHED_PASSWORD 

add the <new_password> in the onioningestor.yml file in the TorController password.

OnionIngestor modules

uncomment sources, operators and database_Engies that you want to use in the onioningestor.yml file

How-to-run

python setup.py develop

python -m onioningestor -c config.yml

Clone this wiki locally