grapy

Grapy, a fast high-level screen scraping and web crawling framework for Python 3.3 or later base on asyncio.


Keywords
crawler, python-library, python3, spider
Install
pip install grapy==0.1.11

Documentation

Grapy, a fast high-level web crawling framework for Python 3.3 or later base on asyncio.

Tutorial

See docs

Installing Grapy

To install from pypi::

pip3 install grapy

To install using source::

git clone https://github.com/Lupino/grapy.git
cd grapy
python3 setup.py install