{"id":16267178,"url":"https://github.com/nakasyou/deno_tor","last_synced_at":"2026-04-13T17:33:48.731Z","repository":{"id":168087646,"uuid":"643702477","full_name":"nakasyou/deno_tor","owner":"nakasyou","description":"Tor🧅 request for Deno🦕","archived":false,"fork":false,"pushed_at":"2023-05-27T05:36:49.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T15:16:08.856Z","etag":null,"topics":["deno","javascript","onion","tor","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/onion","language":"TypeScript","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/nakasyou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-05-22T01:16:32.000Z","updated_at":"2023-05-22T03:56:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f92e8021-08ee-486a-b83e-13b02dcc08f2","html_url":"https://github.com/nakasyou/deno_tor","commit_stats":null,"previous_names":["nakasyou/deno_tor"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nakasyou/deno_tor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2Fdeno_tor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2Fdeno_tor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2Fdeno_tor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2Fdeno_tor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakasyou","download_url":"https://codeload.github.com/nakasyou/deno_tor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2Fdeno_tor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","javascript","onion","tor","typescript"],"created_at":"2024-10-10T17:44:02.143Z","updated_at":"2026-04-13T17:33:48.713Z","avatar_url":"https://github.com/nakasyou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_tor\nTor🧅 request for Deno🦕\n## How to use it\n### Start\n```ts\nimport { Tor } from \"https://deno.land/x/onion/mod.ts\" // Import\n\nconst tor: Tor = new Tor()\n\nawait tor.start() // Start tor\n```\n### Fetch api\n```ts\nconst res: Response = await tor.fetch(\"https://www.bbcweb3hytmzhn5d532owbu6oqadra5z3ar726vq5kgwwn6aucdccrad.onion\", {\n  method: \"GET\",\n  // and other fetch options..\n}) // BBC Website on darkweb\n```\n\u003e **Warning**\n\u003e The `tor.fetch` API is not parfect as [fetch api](https://developer.mozilla.org/en-US/docs/Web/API/fetch).\n### GET API (Deprecated)\n```ts\nconst res: Response = await tor.get(\"https://www.bbcweb3hytmzhn5d532owbu6oqadra5z3ar726vq5kgwwn6aucdccrad.onion\") // BBC Website on darkweb\n```\n### Use ky\n```ts\nimport ky from \"https://esm.sh/ky\"\n\nconst text = await ky('https://www.bbcweb3hytmzhn5d532owbu6oqadra5z3ar726vq5kgwwn6aucdccrad.onion', {\n  fetch: tor.fetch,\n}).text();\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakasyou%2Fdeno_tor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakasyou%2Fdeno_tor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakasyou%2Fdeno_tor/lists"}