https://github.com/imthaghost/gocloneold
Website Cloner - Utilizes powerful go routines to clone websites to your computer within seconds.
https://github.com/imthaghost/gocloneold
colly crawler go scraper
Last synced: about 1 year ago
JSON representation
Website Cloner - Utilizes powerful go routines to clone websites to your computer within seconds.
- Host: GitHub
- URL: https://github.com/imthaghost/gocloneold
- Owner: imthaghost
- License: mit
- Created: 2020-02-13T21:35:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T00:59:11.000Z (over 6 years ago)
- Last Synced: 2025-02-11T20:50:54.575Z (over 1 year ago)
- Topics: colly, crawler, go, scraper
- Language: Go
- Homepage:
- Size: 126 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Copy 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.

## Table of Contents
- [Installation](#installation)
- [Examples](#examples)
- [License](#license)
- [Contributors](#contributors)
## 🚀 Installation
### Brew
```bash
# tap
brew tap imthaghost/goclone
# install tool
brew install goclone
```
### Manual
```bash
# go get :)
go get https://github.com/imthaghost/goclone
# change to project directory using your GOPATH
cd $GOPATH/src/github.com/imthaghost/goclone
# build and install application
go install
```
## Examples
###
```bash
# goclone
goclone https://dribbble.com
```

## 📝 License
By contributing, you agree that your contributions will be licensed under its MIT License.
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
## Contributors
Contributions are welcome! Please see [Contributing Guide](https://imthaghost/zeus) for more details.