Skip to content

easyfmxu/xcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcrawler

a light framework of crawler with gevent, requests, leveldb

Features

  1. multiple crawling task, use coroutine of gevent;
  2. a url pool to manage urls (downloaded or to download), use leveldb;
  3. a proxy pool to avoid blocked by the site while quering very frequently;

Installation

sudo python setup.py install

Usage

Sorry for no docs right now, just see the example or read the source code

About

a light framework of crawler with gevent, requests, leveldb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published