An open API service indexing awesome lists of open source software.

https://github.com/wooyek/stackpy

A Python Module for Accessing the Stack Exchange 2.1 API
https://github.com/wooyek/stackpy

Last synced: 3 months ago
JSON representation

A Python Module for Accessing the Stack Exchange 2.1 API

Awesome Lists containing this project

README

        

_____ _ _ _______ __
/ ____| | | | | __ \ \ / /
| (___ | |_ __ _ ___| | __ | |__) \ \_/ /
\___ \| __/ _` |/ __| |/ / | ___/ \ /
____) | || (_| | (__| < _| | | |
|_____/ \__\__,_|\___|_|\_(_)_| |_|
===========================================

Stack.PY is a Python module designed to make accessing the Stack Exchange API
extremely easy and hassle-free.

INSTALLING

You can install Stack.PY by running:

python setup.py install

DOCUMENTATION

Stack.PY uses Doxygen for documentation. Simply install the latest version of
Doxygen and run the following command:

doxygen

A folder named 'doc' will be created with both the HTML and LaTeX documentation.