Implemented Python wrapper for Qiita API v2

I made it because there was no Python wrapper for Qiita API v2

The version is set to 0.1.0 because there is no choice but to write it appropriately with a test or doctest.

Installation

Since it is registered on Pypi, you can do it with pip

pip install qiita_v2

How to use

from qiita_v2.client import QiitaClient

client = QiitaClient(access_token=<access_token>)
response = client.get_user('petitviolet')
res.to_json()
# => jsonified contents

Pass the access token as an argument to ʻaccess_token or You can also write ʻACCESS_TOKEN: <access_token> in the yaml file and pass the file name to config_file.

I haven't written a little more detailed usage, so please see Implementation of client.py. For docstring, refer to increments / qiita-rb pack </ s> It is written...

Recommended Posts

Implemented Python wrapper for Qiita API v2
Created a Python wrapper for the Qiita API
Qiita API Python wrapper for batch processing to grab Qiita posts
kabu Station® API --Updated Python wrapper for PUSH API
I made a Python Qiita API wrapper "qiipy"
Touch the sample v20-python-samples of the OANDA v20 REST API wrapper library for Python
Run Qiita API v2 Python wrapper in Python3 environment (Mac OS X 10.11 (El Capitan))
kabu Station® API-I made a Python wrapper for REST API
Quine Post with Qiita API (Python)
I made a Python wrapper library for docomo image recognition API.
Google Cloud Vision API sample for python
2016-10-30 else for Python3> for:
python [for myself]
Run Google Analytics API (core v3) in python
Get a list of articles posted by users with Python 3 Qiita API v2
Tweet (API 1.1) on Google App Engine for Python
Tips for hitting the ATND API in Python
Recent ranking creation using Qiita API with Python
Qiita, early Python ♪
[WP REST API v2] Upload images in Python
Try using ChatWork API and Qiita API in Python
[BigQuery] How to use BigQuery API for Python -Table creation-
[First API] Try to get Qiita articles with Python
Write about building a Python environment for writing Qiita Qiita
Fleet provisioning with AWS IoT SDK for Python v2
[Python] Get user information and article information with Qiita API
Speech file recognition by Google Speech API v2 using Python
About Python for loops
Python basics ② for statement
Implemented SimRank in Python
Python Not Implemented Error
[Python] Get Qiita trends
I wrote a Python script that exports all my posts using the Qiita API v2
Method_missing-like wrapper in Python
Evernote API in Python
About Python, for ~ (range)
[My memo] python -v / python -V
python textbook for beginners
Implemented Matrix Factorization (python)
Refactoring tools for Python
OpenCV3 Python API list
I implemented Python Logging
python subprocess wrapper class
python for android Toolchain
C API in Python 3
TensorFlow API memo (Python)
YOLO Python wrapper class
Implemented Shiritori in Python
OpenCV for Python beginners
Install Python (for Windows)
[Python] for statement error
Python environment for projects
Sample image of Python API server for EC2 (public AMI)
[LINE Messaging API] Issue channel access token v2.1 in Python
Get data from analytics API with Google API Client for python
Play with YouTube Data API v3 using Google API Python Client