An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



jedi



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.




Official Website







gitmoji-changelog



![Example](/docs/media/cloner.gif)

## 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
```

![Dribbble](/docs/media/dribbble.gif)

## 📝 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.


Gary Frederick
Tha Ghost

💻