Annict: Annict API wrapper for Python

https://img.shields.io/circleci/project/kk6/python-annict.svg https://img.shields.io/pypi/v/annict.svg

Annict API wrapper for Python.

>>> from annict.api import API
>>> annict = API('your-access-token')
>>> results = annict.works(filter_title="Re:ゼロから始める異世界生活")
>>> print(results[0].title)
Re:ゼロから始める異世界生活

annict officially supports Python 3.6.

Indices and tables