LoginSignup
27
23

More than 5 years have passed since last update.

Qiita API の Python ラッパーを作った

Last updated at Posted at 2012-12-26

これは何?

Qiita API の Python ラッパーです。
https://github.com/heavenshell/py-qiita

qiita-rb を Python に移植した形です。
https://github.com/yaotti/qiita-rb

現状 HTTP クライアントに Requests を使用しています。

インストール方法

PyPi に登録してあるので、easy_install, pip などを利用してインストールできます。

$ virtualenv --distribute qiita_sample
$ source qiita_sample/bin/activate
$ cd qiita_sample
$ pip install qiita

使い方

Github の README.rst, または docs 以下のドキュメントを参照して下さい。

27
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
23