A Python wrapper for the Qiita API. https://github.com/heavenshell/py-qiita
It is a port of qiita-rb to Python. https://github.com/yaotti/qiita-rb
Currently I am using Requests for my HTTP client.
Since it is registered on PyPi, it can be installed using easy_install, pip, etc.
$ virtualenv --distribute qiita_sample
$ source qiita_sample/bin/activate
$ cd qiita_sample
$ pip install qiita
README.rst on Github, or documents below docs See -qiita / blob / master / docs / index.rst).
Recommended Posts