Skip to main content

A python wrapper around the API of Inquirim.com

Project description

This Python module provides a python wrapper around the API of Inquirim.com.
This API accepts requests provided an authentication token is supplied. To obtain an authentication token, users must register at inquirim.com.

Installation

Just type:

pip install inquisitor

You can also find Inquisitor on Github

Usage example

import inquisitor
api = inquisitor.Inquisitor("YOUR_API_KEY")
sources = api.sources(page=1)

for source in sources:
    print source.description

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inquisitor-1.0b1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

inquisitor-1.0b1-py2.py3-none-any.whl (7.5 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