{"id":26684550,"url":"https://github.com/deno-sandbox/tor","last_synced_at":"2026-05-03T04:41:16.811Z","repository":{"id":57675840,"uuid":"484836569","full_name":"Deno-Sandbox/tor","owner":"Deno-Sandbox","description":"Make request on the Tor network with Deno 🕶","archived":false,"fork":false,"pushed_at":"2022-12-17T16:45:48.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T22:07:43.769Z","etag":null,"topics":["deno","tor"],"latest_commit_sha":null,"homepage":"https://deno.land/x/tor/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deno-Sandbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Sn0wAlice"]}},"created_at":"2022-04-23T19:17:42.000Z","updated_at":"2023-05-22T00:44:32.000Z","dependencies_parsed_at":"2023-01-29T17:45:30.075Z","dependency_job_id":null,"html_url":"https://github.com/Deno-Sandbox/tor","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deno-Sandbox%2Ftor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deno-Sandbox%2Ftor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deno-Sandbox%2Ftor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deno-Sandbox%2Ftor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deno-Sandbox","download_url":"https://codeload.github.com/Deno-Sandbox/tor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245625996,"owners_count":20646278,"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":["deno","tor"],"created_at":"2025-03-26T09:31:51.157Z","updated_at":"2026-05-03T04:41:16.773Z","avatar_url":"https://github.com/Deno-Sandbox.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Sn0wAlice"],"categories":[],"sub_categories":[],"readme":"# Tor 🧅\nMake request on the Tor network with Deno 🕶\n\n\u003e need to have Tor socks5 proxy running, on linux run `tor`\n\n```ts\nimport { Tor } from \"https://deno.land/x/tor/mod.ts\"\nconst tor = new Tor()\n```\n\n## Start tor\n```ts\nawait tor.start()\n```\n\n\n## Check the tor socks5 proxy is online\n```ts\nlet check = tor.checkProxyIsOnline()\n```\n\n## Make a request\n### Get\n```ts\nlet response =  await tor.get(\"YOUR_ONION_URL\");\n```\n### Post\n```ts\nlet response =  await tor.post(\"YOUR_ONION_URL\", \"HERE YOUR DATA\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-sandbox%2Ftor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeno-sandbox%2Ftor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-sandbox%2Ftor/lists"}