Skip to content

gowebspider/utensils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utensils

Demand

must

  • go version >= 1.10

Install

go get -u github.com/gowebspider/utensils/...

Example

package main

import (
	"fmt"
	"github.com/gowebspider/utensils/Head"
)

func main() {
	fmt.Println(Head.RandomMobileUserAgent())
	// output
	//Mozilla/5.0 (Linux; Android 9; Nexus 10 Build/NOF27C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/534.30
}

TODO

  • fake userAgent

  • simple pc requests

  • proxyRequests

  • Async Requester

  • url parse

  • goroutine work pool

  • ...

Contact me

e-mail: wuzhipeng1289690157@mail.com

Wechat: chenxi-0719-chenxi

Personal website: blogs-payne.github.io

other: 公众号:积跬Coder

Other

Welcome to issue star or PR, thank you