livedoorblog

Livedoor Blog API Client for Python


License
MIT
Install
pip install livedoorblog==0.0.3

Documentation

livedoorblog

CircleCI

Livedoor Blog API Client for Python

Dependencies

・requests

Install

pip install livedoorblog

Usage

from livedoorblog import LivedoorBlog

LB = LivedoorBlog('<USER_NAME>', '<API_KEY>')

Function

get articles

articles = LB.get_articles()

get categorys

categorys = LB.get_categorys()

Developer

pytest