Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.22 KB

README.md

File metadata and controls

52 lines (39 loc) · 2.22 KB

tor-network-core

████████╗ ██████╗ ██████╗       ███╗   ██╗███████╗████████╗██╗    ██╗ ██████╗ ██████╗ ██╗  ██╗
╚══██╔══╝██╔═══██╗██╔══██╗      ████╗  ██║██╔════╝╚══██╔══╝██║    ██║██╔═══██╗██╔══██╗██║ ██╔╝
   ██║   ██║   ██║██████╔╝█████╗██╔██╗ ██║█████╗     ██║   ██║ █╗ ██║██║   ██║██████╔╝█████╔╝ 
   ██║   ██║   ██║██╔══██╗╚════╝██║╚██╗██║██╔══╝     ██║   ██║███╗██║██║   ██║██╔══██╗██╔═██╗ 
   ██║   ╚██████╔╝██║  ██║      ██║ ╚████║███████╗   ██║   ╚███╔███╔╝╚██████╔╝██║  ██║██║  ██╗
   ╚═╝    ╚═════╝ ╚═╝  ╚═╝      ╚═╝  ╚═══╝╚══════╝   ╚═╝    ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

Running the project with [Docker]

  • Building the Docker image
$ sudo docker build --tag tor-link --file docker/Dockerfile .
$ sudo docker build --tag tor-link --file docker/Dockerfile.chrome .
$ sudo docker build --tag tor-link --file docker/Dockerfile.tor .
  • Starting the Docker Container
$ sudo docker run -d -t tor-link
  • Enter the container
$ sudo docker exec -i -t ID /bin/bash

Commands [Docker]

CMD ["python", "source/main.py", "chrome", "--run", "explore_page"]
CMD ["python", "source/main.py", "chrome", "--run", "search_page"]

Commit Style

  • ⚙️ NO-TASK
  • 📝 PEP8
  • 📌 ISSUE
  • 🪲 BUG
  • 📘 DOCS
  • 📦 PyPI

RESOURCES