Skip to main content

Python StackExchange API Client

Project description

=======
pystex
=======

Python API client for StackExchange APIv2.1

## Installation

### To Run
pip install pystex

### To Develop
Nothing specific now

## Usage

from pystex import Stackexchange
from pystex import APIError

client = Stackexchange({Your API Key})

try:
result = client.users.get()
except APIError as e:
print e

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

pystex-0.0.15.tar.gz (3.6 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