aranha

simple gevent based web spider and tools


Keywords
python, gevent, spider
License
MIT
Install
pip install aranha==0.1.1

Documentation

aranha

Aranha (pronounced aranya) is a simple web spider written in python using gevent for asynchronicity. Aranha means "spider" in portuguese.

Aranha's goal is to be suitable for projects that need light url fetching or a simple spidering of a few classes of webpages. If spidering is a major part of your project, you probably want to either write your own spider or use scrapy as a base, as it's much more sophisticated.