Skip to main content

Grapeshot Signgal API

Project description

The grapeshot signal sdk provides a wrapper to the Grapeshot Signal web service which provides high quality realtime analysis of web pages. See http://devportal-test.grapeshot.co.uk for details.

Detailed documentation is available in the “docs” directory.

Quick Start

  1. Install via pip:

    pip install grapeshot-signal-sdk

    For alternative installation methods see the detailed documentation.

  2. Obtain an api key via http://devportal-test.grapeshot.co.uk.

  3. In your code create an instance of SignalClient, passing in your api key:

    from grapeshot_signal import SignalClient
    
    signal_client = SignalClient("your api key")
  4. Use the client to obtain information about web pages:

    from grapeshot_signal import rels
    
    url =  "http://news.bbc.co.uk" #for example
    page = signal_client.get_page(url, embed=[rels.keywords, rels.segments])
    
    do_my_stuff(results)

Project details


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

grapeshot_signal_sdk-0.0.1a1-py2.py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 2 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