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
- Host: GitHub
- URL: https://github.com/wooyek/stackpy
- Owner: wooyek
- License: mit
- Created: 2016-04-20T21:23:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T21:47:13.000Z (about 9 years ago)
- Last Synced: 2025-01-07T07:44:26.226Z (5 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.