Skip to content

ArtOfCode-/APiPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APiPy Build Status

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. 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.

About

A Python library for use with the Stack Exchange API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages