Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lupino/grapy

Grapy, a fast high-level web crawling framework for Python 3.3 or later base on asyncio.
https://github.com/lupino/grapy

crawler python-library python3 spider

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Tutorial
========

See [docs](docs/index.rst)

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