Giter Club home page Giter Club logo

account_getter's Introduction

介绍

  • golang练手项目,抓取网络上的百度网盘会员、迅雷会员....等账号
  • 自动抓取网络代理,通过代理池抓取目标网站
  • 代码仅供学习参考使用,请勿用于非法用途
  • 代码仅供学习参考使用,请勿用于非法用途
  • 代码仅供学习参考使用,请勿用于非法用途

软件架构

  • engine
  • scheduler
  • parser
  • fetcher
  • models
  • proxy-pool
  • http-server

安装教程

  1. 相关依赖
gopm list
Dependency list (3):
-> github.com/PuerkitoBio/goquery
-> golang.org/x/net
-> golang.org/x/text
  1. 安装依赖
go get github.com/PuerkitoBio/goquery
go get golang.org/x/net
go get golang.org/x/text
  1. 编译
go build entry.go

使用说明

Usage of ./entry:
  -http-port int
        HTTP服务端口 (default 8000)
  -update
        是否需要重新更新数据 (default true)
  -worker-num int
        普通worker数 (default 5)
  • 抓取信息 ./entry

  • 不重新抓取,只展现已有账户 ./entry -update=0

  • 指定web-server端口 ./enty -http-port=8111

  • 查看获取账号,打开地址:http://localhost:8000/home

  • 演示 img

account_getter's People

Contributors

cobbysung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar Gumi_Lockhart avatar Allen Ken avatar  avatar  avatar  avatar xiawenqiang avatar Es Muss Sein avatar  avatar jyheguang avatar  avatar unknown avatar  avatar 6984 avatar  avatar Vinson Zou avatar MaxG avatar  avatar  avatar 1246676682@qq.com avatar VINO avatar yuandalu avatar

Watchers

 avatar

account_getter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.