https://github.com/artofcode-/apipy
A Python library for use with the Stack Exchange API.
https://github.com/artofcode-/apipy
Last synced: about 1 year ago
JSON representation
A Python library for use with the Stack Exchange API.
- Host: GitHub
- URL: https://github.com/artofcode-/apipy
- Owner: ArtOfCode-
- License: other
- Created: 2015-11-18T20:58:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T12:10:56.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T01:35:00.961Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# APiPy [](https://travis-ci.org/ArtOfCode-/APiPy)
Python library for using the Stack Exchange API.
-----
APiPy is, as it says on the tin, a Python library for interacting with the [Stack Exchange API](https://api.stackexchange.com).
It's designed to be simple to set up and easy to get started with. There's full documentation available in the docs/
directory.
## Get Started
There's one dependency: the `requests` module for Python. Install it first:
pip install requests --upgrade
Then clone the repository to wherever you want it:
git clone https://github.com/ArtOfCode-/APiPy
All set! You can now use it from Python.