Web Scraping Framework
Project description
## IOWeb Framework
Python framework to build web crawlers.
Good things:
- system designed to run large number of network threads (like 100 or 500) on
single CPU core
- feature to combine things in chunks and then doing something with
chunks (like mongodb bulk write)
asynchronous network operations are powered by gevent
network requests are handled with urllib3
HTML is parsed with lxml
ability to do CSS/XPATh queries to DOM tree of downloaded HTML document
ability to extract cert details
ability to resolve particular domain to custom IP
stat module to count events
logging statistics to influxdb
retrying on network errors
Bad things:
not fully covered with tests
no documentation
## Feedback
[t.me/grablab](https://t.me/grablab) - English chat about web scraping
[t.me/grablab_ru](https://t.me/grablab_ru) - Russian chat about web scraping
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ioweb-0.0.12.tar.gz
.
File metadata
- Download URL: ioweb-0.0.12.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12a42946b67935cb102850b8f0c42b249a4e1b9975a4d0e08ea7076d501d9334 |
|
MD5 | 4aafe9c8b4ec6553b92edc52ac40b5e3 |
|
BLAKE2b-256 | 0697e4056bf9205afa587ffaa55e7d86e42d1b4c8d167bfc0ccf1802d4f16647 |