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]