This repository was archived by the owner on Oct 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Setup
danieleperera edited this page Jan 11, 2021
·
2 revisions
You can install OnionIngestor in the following ways.
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 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.
uncomment sources, operators and database_Engies that you want to use in the onioningestor.yml file
python setup.py develop
python -m onioningestor -c config.yml