{"id":16876762,"url":"https://github.com/rly0nheart/tor2tor","last_synced_at":"2025-10-07T07:31:04.654Z","repository":{"id":196246396,"uuid":"695186312","full_name":"rly0nheart/tor2tor","owner":"rly0nheart","description":"Capture screenshots of onion services on an onion service.","archived":false,"fork":false,"pushed_at":"2024-06-11T13:58:58.000Z","size":85594,"stargazers_count":50,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"latest","last_synced_at":"2025-01-11T21:20:26.591Z","etag":null,"topics":["darknet","darkweb","darkweb-crawler","darkweb-links","scraper"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/rly0nheart/tor2tor","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rly0nheart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"buy_me_a_coffee":"rly0nheart"}},"created_at":"2023-09-22T14:41:40.000Z","updated_at":"2025-01-05T21:41:23.000Z","dependencies_parsed_at":"2023-09-27T06:00:01.521Z","dependency_job_id":"90bd8e61-c582-4c9d-afb8-4c8a564707eb","html_url":"https://github.com/rly0nheart/tor2tor","commit_stats":null,"previous_names":["rly0nheart/tor2tor"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Ftor2tor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Ftor2tor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Ftor2tor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rly0nheart%2Ftor2tor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rly0nheart","download_url":"https://codeload.github.com/rly0nheart/tor2tor/tar.gz/refs/heads/latest","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235602765,"owners_count":19016630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["darknet","darkweb","darkweb-crawler","darkweb-links","scraper"],"created_at":"2024-10-13T15:40:26.539Z","updated_at":"2025-10-07T07:30:59.371Z","avatar_url":"https://github.com/rly0nheart.png","language":"Python","funding_links":["https://buymeacoffee.com/rly0nheart"],"categories":[],"sub_categories":[],"readme":"![banner](https://github.com/rly0nheart/tor2tor/assets/74001397/3ce19824-9414-4828-a770-081b0b0ae857)\n\n**Tor2Tor** scrapes a given onion link and captures screenshots of all links available on it.\n\n![Python](https://img.shields.io/badge/Python-14354C?style=flat\u0026logo=python)\n![Powershell](https://img.shields.io/badge/PowerShell-000000?style=flat\u0026logo=powershell)\n![Shell](https://img.shields.io/badge/Shell-121011?style=flat\u0026logo=gnu-bash)\n![Dockerfile](https://img.shields.io/badge/Dockerfile-grey.svg?style=flat\u0026logo=docker)\n[![Docker](https://github.com/rly0nheart/tor2tor/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/rly0nheart/tor2tor/actions/workflows/docker-publish.yml)\n[![CodeQL](https://github.com/rly0nheart/tor2tor/actions/workflows/codeql.yml/badge.svg)](https://github.com/rly0nheart/tor2tor/actions/workflows/codeql.yml)\n***\n\n# Installation ⬇️\n\n## Note ⚠️\n\n\u003e This assumes the Firefox browser is installed on the user's machine.\n\n**1.** Clone the repository\n\n  ```commandline\n  git clone https://github.com/rly0nheart/tor2tor\n  ```\n\n**2.** Move to the tor2tor directory\n\n  ```commandline\n  cd tor2tor\n  ```\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐧 Linux\u003c/summary\u003e\n\nRun the installation script\n\u003e Assuming it has already been made executable with `sudo chmod +x install.sh`\n\n  ```commandline\n  sudo ./install.sh\n  ```\n\nThe installation script will install `tor` then download and setup the latest version of `geckodriver`, and\ninstall `tor2tor` together with its dependencies (because we're all too lazy to manually do it)\n  ***\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🪟 Windows\u003c/summary\u003e\n\nRun the powershell installation script\n\n  ```powershell\n  .\\install.ps1\n  ```\n\nThe installation script will download the `tor` bundle, `geckodriver`, and install `tor2tor` together with its\ndependencies. The downloads will be stored in the `tor2tor` directory.\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐋 Docker Image\u003c/summary\u003e\n\n## Note ⚠️\n\n\u003e This assumes you have docker installed and running\n\nYou can just pull the docker image from [DockerHub](https://hub.docker.com/r/rly0nheart/tor2tor) by running:\n\n  ```commandline\n  docker pull rly0nheart/tor2tor\n  ```\n\n***\n\u003c/details\u003e\n\n# Usage ⌨️\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐧 Linux\u003c/summary\u003e\n\nTo see available options/usage, call *Tor2Tor* with the `-h/--help` flag\n\n  ```commandline\n  tor2tor --help\n  ```\n\nor\n\n  ```commandline\n  t2t --help\n  ```\n\nCalling it with an onion url should look like the following\n\n```commandline\nsudo tor2tor http://example.onion\n```\n\n***\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🪟 Windows\u003c/summary\u003e\n\nTo see available options/usage, call *Tor2Tor* with the `-h/--help` flag\n\n  ```commandline\n  tor2tor --help\n  ```\n\nor\n\n  ```commandline\n  t2t --help\n  ```\n\nCalling it with an onion url should look like the following\n\n```commandline\ntor2tor http://example.onion\n```\n\n***\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐋 Docker Container\u003c/summary\u003e\n\nThe *Tor2Tor* container can be called with `docker run` like so:\n\n  ```commandline\n  docker run rly0nheart/tor2tor --help\n  ```\n\nCalling the container with an onion url should look like the following\n\n  ```commandline\n  docker run --tty --volume $PWD/tor2tor:/root/tor2tor rly0nheart/tor2tor http://example.onion\n  ```\n\n## Note ⚠️\n\n\u003e --tty Allocates a pseudo-TTY, use it to enable the container to display colours (trust me, you will need this)\n\u003e\u003e --volume $PWD/tor2tor:/root/tor2tor Will mount the *tor2tor* directory from the container to your host machine's\n*tor2tor* directory.\n\n***\n\u003c/details\u003e\n\n# Updating ⬆️\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐧 Linux\u003c/summary\u003e\n\n[*update.sh*](https://github.com/rly0nheart/tor2tor/blob/latest/update.sh)\n\u003e Assuming it has already been made executable with `sudo chmod +x update.sh`\n\nNavigate to the `tor2tor` directory that you cloned and find the `update.sh` file.\n\nand run it\n\n  ```commandline\n  sudo ./update.sh\n  ```\n\nThe script will pull the latest changes (if any are available) then rebuild and install the package.\n\n***\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🪟 Windows\u003c/summary\u003e\n\nNavigate to the `tor2tor` directory that you cloned and find the `update.ps1` file.\n\n  ```powershell\n  .\\update.ps1\n  ```\n\nThe script will pull the latest changes (if any are available) then rebuild and install the package.\n\n***\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐋 Docker Container\u003c/summary\u003e\n\nAs for the docker container, just run the docker pull command again.\n\n  ```commandline\n  docker run rly0nheart/tor2tor --help\n  ```\n\nCalling the container with an onion url should look like the following\n\n  ```commandline\n  docker run --tty --volume $PWD/tor2tor:/root/tor2tor rly0nheart/tor2tor http://example.onion\n  ```\n\n## Note ⚠️\n\n\u003e --tty Allocates a pseudo-TTY, use it to enable the container to display colours (trust me, you will need this)\n\u003e\u003e --volume $PWD/tor2tor:/root/tor2tor Will mount the *tor2tor* directory from the container to your host machine's\n*tor2tor* directory.\n\n***\n\u003c/details\u003e\n\n# Uninstalling ❌\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐧 Linux\u003c/summary\u003e\n\n## Note ⚠️\n\n\u003e Assuming it has already been made executable with `sudo chmod +x uninstall.sh`\n\nNavigate to the `tor2tor` directory that you cloned and find the `uninstall.sh` file.\n\nRun it!\n\n  ```commandline\n  sudo ./uninstall.sh\n  ```\n\nThis will uninstall `tor`, delete the `geckodriver` binary and uninstall `tor2tor`\n  ***\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🪟 Windows\u003c/summary\u003e\n\nNavigate to the `tor2tor` directory that you cloned and find the `uninstall.ps1` file.\n\nRun it!\n\n  ```powershell\n  .\\uninstall.sh\n  ```\n\nThis will delete the `geckodriver` and tor binaries then uninstall `tor2tor`\n  ***\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e🐋 Docker Container\u003c/summary\u003e\n\nYou can stop (if it's running) and remove the container by running:\n\n  ```commandline\n  docker rm -f rly0nheart/tor2tor\n  ```\n\n***\n\u003c/details\u003e\n\n# Important 🚧\n\nAs you probably already know,Tor routes data via three relays (servers) for your privacy.\nAs a result, connections become slower than an ordinary connection.\n\n## Point ⚠️\n\nOnce you start **Tor2Tor**, give it at least 2 minutes tops to query the specified onion url and extract links from it.\n\nIf you want to work around this, you can always just use a cloud shell service.\n\n# Screenshots\n\n![tor2tor-archive](https://github.com/rly0nheart/tor2tor-archive/assets/74001397/759082c5-f5ea-4b25-80da-a756d182ae86)\n\nThere's a dedicated repository of onion screenshots captured with **Tor2Tor**\nat [Tor2Tor Archive](https://github.com/rly0nheart/tor2tor-archive)\n\n## CI/CD Workflow 🌊\n\n### Docker Image Building 🐳\n\n- Pushing to or merging into the `latest` branch triggers an automatic build of the Docker image.\n- This image is tagged as `latest` on Docker Hub, indicating it's the most stable release.\n\n***\n![me](https://github.com/rly0nheart/tor2tor/assets/74001397/97bf7845-db43-4fd0-87bd-04e8b6b02e74)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Ftor2tor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frly0nheart%2Ftor2tor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frly0nheart%2Ftor2tor/lists"}