🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/winq2008/leacrawler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/winq2008/leacrawler

v0.0.0-20150908091650-6c04bd4a1b0d
Source
Go
Version published
Created
Source

leacrawler

Use leacrawler you can download web template(include html, css, js, image) as you want. (such as the http://themeforest.net/ web template)

Leacrawler is written by golang. Just for fun and hope you like it.

usage:

  • go get github.com/lealife/leacrawler
  • create a new file and put the code as follows:
package main

import (
	"github.com/lealife/leacrawler"
)

func main() {
	// url and the target path
	leacrawler.Fetch("http://lealife.com", "/Users/life/Desktop/lealife")
}

FAQs

Package last updated on 08 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts