Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lupino/grapy
- Owner: Lupino
- License: mit
- Created: 2014-04-06T01:53:22.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T02:32:52.000Z (over 1 year ago)
- Last Synced: 2024-11-01T07:08:19.540Z (3 months ago)
- Topics: crawler, python-library, python3, spider
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 18
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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