Skip to main content

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

netboy-2018.8.6-py3-none-any.whl (3.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page