Skip to content

sniter/grabutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grabutils

Utils and helpers for crawling websites

Install

pip install grabutils

or from Github

pip install git+git://github.com/sniter/grabutils.git#egg=grabutils 

Usage

See tests as usage example

Install

pip install grabutils[all]

For bs module:

pip install grabutils[bs]

For rest module:

pip install grabutils[rest]

For ssh module:

pip install grabutils[ssh]