the boy for net
Project description
super fast web crawler
Note: this package is still in beta. Use with caution !
Quickstart
Install netboy:
pip install netboy
Use netboy:
if __name__ == '__main__':
setup_log('netboy')
data = [ 'http://www.bing.com',]
boy = NetBoy()
boy.use_queue(
'worker'
).use_spider(
'pycurl'
).use_filter(
['url', 'title', 'code']
).use_workers().use_triggers([
'test.functional.netboy.screen.print_screen'
])
resp = boy.run(data)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for netboy-2018.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 417522b4423c20fffcc5053644956c9308ec5637d08a16ac740edfb8e8c9ca68 |
|
MD5 | 9424c5f9f72ce85b7fabd2f7e4b704c5 |
|
BLAKE2b-256 | d8cb9d64931c84408f24b6d40489beea1e0dabf73e8a4cbf402461e7461e8822 |