Skip to main content

Library for interacting with the Stack Exchange API

Project description

This is a Python wrappers for the Stack Exchange API. This library supports Stack Exchange API v2.2.

Build Status Documentation Status

This library has support for:

  • The Stack Exchange backoff parameter. It will automatically force a delay to match the parameter.

  • Read and write functionality via the API.

  • Can retrieve multiple pages of results with a single call and merges all the results into a single response.

  • Throws exceptions returned by the API for easier troubleshooting.

  • Utilizes Requests.

Example usage:

Establish a connection to Stack Overflow and gather some comments

from stackapi import StackAPI
SITE = StackAPI('stackoverflow')
comments = SITE.fetch('comments')

The above, will issue a call to the comments. end point on Stack Overflow.

Much more detailed documentation is available on ReadTheDocs.

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

StackAPI-0.1.8.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distributions

StackAPI-0.1.8-py3.5.egg (10.5 kB view hashes)

Uploaded Source

StackAPI-0.1.8-py3.4.egg (10.6 kB view hashes)

Uploaded Source

StackAPI-0.1.8-py3.3.egg (10.6 kB view hashes)

Uploaded Source

StackAPI-0.1.8-py2.7.egg (10.4 kB view hashes)

Uploaded Source

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