Skip to main content

All Questions

Tagged with

PyStackAPI - wrapper for the StackExchange API, written in Python

PyStackAPI The latest version - 0.2.0 What is PyStackAPI? PyStackAPI is a modern, 100% typed wrapper for the StackExchange API, written in Python. Documentation You can find documentation here: htt…

StackAPI - A(nother) Python wrapper

This is a(nother) Python wrapper for the Stack Exchange API. I wrote this to assist with a couple of my projects that needed to do a lot of API interactions. After using it and polishing it up for …

stack2py - A Python wrapper for API v2 [alpha]

stack2py is a library which wraps the SE API (v2.1) for Python. It aims to provide a clean and complete interface to the user, giving them complete control and accessibility. Although, currently it…

SEAPI - A lightweight Python wrapper for the Stack Exchange API

A lightweight Python wrapper for the Stack Exchange API v2.1. Built with Requests. Why yet another SE API Python wrapper? (I'm aware of Stack.PY - A Python Module for Accessing the Stack Exchange …

sanction: a dead easy OAuth2 client Python implementation

Overview sanction is a lightweight, dead simple (67 LOC!) client implementation of the OAuth2 protocol. The major goals of the library are: Support multiple providers Most providers have varyin…

Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API

Stack.PY is based heavily on Stack.PHP and Stack.JS, taking the chained-method concept and applying it to Python. The end result is an extremely easy to use module, named stackpy: from stackpy impo…

Sanction - An OAuth 2.0 implementation

Note: Sanction is nearing alpha state, so usage and issue logs are appreciated. Sanction is a Python implementation of the OAuth 2.0 protocol. It was written to cover issues missed by other implem…

OBSOLETE - pyso.py - Python Stack Overflow library

This is a simple Python module providing functions for querying Stack Overflow. I created it mostly because I was interested and because I wanted something small (it's not even 400 lines). It's sim…

Py-StackExchange: An API wrapper for Python

So, what is Py-StackExchange? Well, I'm glad you asked. It is a Python library for querying the StackExchange API from your Python applications. Integration, ahoy! So why should you use it? After…