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
Install via pip:
pip install grapeshot-signal-sdk
For alternative installation methods see the detailed documentation.
Obtain an api key via http://devportal-test.grapeshot.co.uk.
In your code create an instance of SignalClient, passing in your api key:
from grapeshot_signal import SignalClient signal_client = SignalClient("your api key")
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
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.
Built Distribution
Close
Hashes for grapeshot_signal_sdk-0.0.1a1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8980571ca3c9337bdf089c17f3eb3606f698e442159ce07435d84be9ef8d1e9 |
|
MD5 | ea87cf6d56211f0aab2d8814078a0d35 |
|
BLAKE2-256 | fb3e82ee64535450496a2018321f513fc3157b6229ada619fab72ec22d7a9338 |