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

If you're not sure about the file name format, learn more about wheel file names.

netboy-2018.8.7-py3-none-any.whl (3.9 MB view details)

Uploaded Python 3

File details

Details for the file netboy-2018.8.7-py3-none-any.whl.

File metadata

  • Download URL: netboy-2018.8.7-py3-none-any.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for netboy-2018.8.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f7603294b2353a6efb17367faa8df2f348230d1362b472a0464c20d4f4e8126e
MD5 d76bd42a00362e6614b8e4f7e3c0decb
BLAKE2b-256 5c59a6b37dacef0c54f2e1da06c035b56ba9bffafa0425c62fd2a1e013f35b87

See more details on using hashes here.

Supported by

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