{"id":16895813,"url":"https://github.com/satwikkansal/tor-hidden-service-python","last_synced_at":"2025-04-11T05:32:44.365Z","repository":{"id":110684694,"uuid":"100854170","full_name":"satwikkansal/tor-hidden-service-python","owner":"satwikkansal","description":"A very basic project creating a `.onion` website for Tor using Flask framework and python.","archived":false,"fork":false,"pushed_at":"2019-08-15T23:40:19.000Z","size":47,"stargazers_count":33,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T17:02:31.791Z","etag":null,"topics":["flask","hidden-service","onion","python","tor","tor-browser"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/satwikkansal.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":"2017-08-20T10:31:01.000Z","updated_at":"2025-01-05T19:07:45.000Z","dependencies_parsed_at":"2023-07-15T22:15:44.748Z","dependency_job_id":null,"html_url":"https://github.com/satwikkansal/tor-hidden-service-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satwikkansal%2Ftor-hidden-service-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satwikkansal%2Ftor-hidden-service-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satwikkansal%2Ftor-hidden-service-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satwikkansal%2Ftor-hidden-service-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satwikkansal","download_url":"https://codeload.github.com/satwikkansal/tor-hidden-service-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347648,"owners_count":21088706,"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":["flask","hidden-service","onion","python","tor","tor-browser"],"created_at":"2024-10-13T17:26:23.993Z","updated_at":"2025-04-11T05:32:44.351Z","avatar_url":"https://github.com/satwikkansal.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tor-hidden-service-python\n\n\u003e A simple boilerplate of creating a `.onion` website for Tor using Flask and Python.\n\n## Table of Contents\n\n- [Instructions](#instructions)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Instructions\n\n- Download Tor browser from the official site ([link](https://www.torproject.org/download/download))\n\n- Configure your hidden service.\n    + Go to the Tor browser directory.\n    + Open the \"torrc\" file in an editor. (Probably located in `Browser/TorBrowser/Data/Tor` directory)\n    + Add the following lines to the file\n    ```\n    HiddenServiceDir /any/path/where/you/want/config/to/be/stored\n    HiddenServicePort 80 127.0.0.1:5000\n    ```\n    + Save and close the file.\n\n- Clone this repository in your local system\n```sh\n$ git clone https://github.com/satwikkansal/tor-hidden-service-python.git\n$ cd tor-hidden-service\n```\n\n- Install the pypi requirements\n```sh\n$ pip -r requirements.txt\n```\n\n- Run the server\n```sh\n$ python run.py\n```\n\n- Launch the Tor Browser\n\n- Copy the url generated in the `hostname` file\n```sh\n$ cat /path/to/config/directory/hostname\n\u003e\u003e\u003e some-obfuscated-url.onion\n```\n\n- Open this copied url in the Tor Browser and it should work :tada:\n\n\n## Screenshots\n\n![Screenshot](https://github.com/satwikkansal/tor-hidden-service-python/blob/master/screenshots/front.png)\n\n\n## Contributing\n\nAll patches welcome!\n\n\n## License\n\nMIT License - see the [LICENSE](https://github.com/satwikkansal/tor-hidden-service-python/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatwikkansal%2Ftor-hidden-service-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatwikkansal%2Ftor-hidden-service-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatwikkansal%2Ftor-hidden-service-python/lists"}