{"id":26750606,"url":"https://github.com/goclone-dev/goclone","last_synced_at":"2025-05-14T16:14:23.135Z","repository":{"id":37294085,"uuid":"249305142","full_name":"goclone-dev/goclone","owner":"goclone-dev","description":" Website Cloner - Utilizes powerful Go routines to clone websites to your computer within seconds.","archived":false,"fork":false,"pushed_at":"2025-04-14T11:00:42.000Z","size":128944,"stargazers_count":1503,"open_issues_count":16,"forks_count":310,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-14T23:17:22.787Z","etag":null,"topics":["cloning","crawler","go","golang","website-cloner","website-scraper"],"latest_commit_sha":null,"homepage":"https://goclone.io","language":"Go","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/goclone-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2020-03-23T01:09:12.000Z","updated_at":"2025-04-14T20:44:23.000Z","dependencies_parsed_at":"2024-09-20T22:00:55.338Z","dependency_job_id":"dfdca4eb-a893-4d2e-b75a-9cce8ab7857c","html_url":"https://github.com/goclone-dev/goclone","commit_stats":null,"previous_names":["goclone-dev/goclone","imthaghost/goclone"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goclone-dev%2Fgoclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goclone-dev%2Fgoclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goclone-dev%2Fgoclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goclone-dev%2Fgoclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goclone-dev","download_url":"https://codeload.github.com/goclone-dev/goclone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975329,"owners_count":21192210,"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":["cloning","crawler","go","golang","website-cloner","website-scraper"],"created_at":"2025-03-28T12:01:37.573Z","updated_at":"2025-04-14T23:17:39.501Z","avatar_url":"https://github.com/goclone-dev.png","language":"Go","funding_links":[],"categories":["Go","信息搜集"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goclone.io/\"\u003e\n    \u003cimg alt=\"jedi\" src=\"docs/media/logo.png\"\u003e \n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nCopy websites to your computer! Goclone is a utility that allows you to download a website from the Internet to a local directory. Get html, css, js, images, and other files from the server to your computer. Goclone arranges the original site's relative link-structure. Simply open a page of the \"mirrored\" website in your browser, and you can browse the site from link to link as if you were viewing it online.\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://goclone.io/\"\u003eOfficial Website\u003c/a\u003e\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://goreportcard.com/report/github.com/goclone-dev/goclone\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/goclone-dev/goclone\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/goclone-dev/goclone/actions/workflows/master-workflow.yml\"\u003e\u003cimg src=\"https://github.com/goclone-dev/goclone/actions/workflows/master-workflow.yml/badge.svg\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/goclone-dev/goclone/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n![Example](/docs/media/bitski.gif)\n\n## Table of Contents\n\n- [Installation](#installation)\n  - [Brew](#brew)\n  - [Manual](#manual)\n- [Examples](#examples)\n- [Contributors](#contributors)\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n\n## 🚀 Installation\n\n\u003ca name=\"brew\"\u003e\u003c/a\u003e\n\n### Brew\n\n```bash\n# tap\nbrew tap goclone-dev/goclone\n# install tool\nbrew install goclone\n```\n\n\u003ca name=\"manual\"\u003e\u003c/a\u003e\n\n### Manual\n\n```bash\n# Go version \u003e= 1.20\ngo install github.com/goclone-dev/goclone/cmd/goclone@latest\n```\n\n#### Or\n\n```bash\n# Clone the repository\ngit clone https://github.com/goclone-dev/goclone.git\ncd goclone\n# Build and run\ngo build -o goclone cmd/goclone/main.go\n# Move binary to a directory in your PATH (optional)\nmv goclone /usr/local/bin/\n```\n\n\u003ca name=\"examples\"\u003e\u003c/a\u003e\n\n## Examples\n\n```bash\n# goclone \u003curl\u003e\ngoclone https://configtree.co\n```\n\n![Config](/docs/media/config.gif)\n\n## Usage\n\n```\nUsage:\n  goclone \u003curl\u003e [flags]\n\nFlags:\n  -C, --cookie strings        Pre-set these cookies\n  -h, --help                  help for goclone\n  -o, --open                  Automatically open project in default browser\n  -p, --proxy_string string   Proxy connection string. Support http and socks5 https://pkg.go.dev/github.com/gocolly/colly#Collector.SetProxy\n  -s, --serve                 Serve the generated files using Echo.\n  -P, --servePort int         Serve port number. (default 5000)\n  -u, --user_agent string     Custom User Agent\n```\n\n\u003ca name=\"contributors\"\u003e\u003c/a\u003e\n\n## Contributors\n\nContributions are welcome! Please see [Contributing Guide](https://github.com/goclone-dev/goclone/blob/master/docs/CONTRIBUTING.md) for more details.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/imthaghost\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/46610773?s=460\u0026v=4\" width=\"75px;\" alt=\"Gary Frederick\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTha Ghost\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/goclone-dev/goclone/commits?author=imthaghost\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/imthaghost\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/29051129?v=4\" width=\"75px;\" alt=\"Juan Mesaglio\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJuan Mesaglio\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/mesaglio\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/tempor1s\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/29741401?s=460\u0026u=1ca03db5bbb7046bab14f72b7d6e801b9b0ac6f0\u0026v=4\" width=\"75px;\" alt=\"Ben Lafferty\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBen Lafferty\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/goclone-dev/goclone/commits?author=tempor1s\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/omarsagoo\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/47726951?s=460\u0026u=b806148e1598b97c454820c9c17452db39441177\u0026v=4\" width=\"75px;\" alt=\"Omar Sagoo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOmar Sagoo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/goclone-dev/goclone/commits?author=omarsagoo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoclone-dev%2Fgoclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoclone-dev%2Fgoclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoclone-dev%2Fgoclone/lists"}