An open API service indexing awesome lists of open source software.

https://github.com/nekmo/anime-news-network


https://github.com/nekmo/anime-news-network

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Anime News Network API for Python
#################################

High-level API for Anime News Network. It improves the original structure and "pythonize". 100% OOP.

Original API: http://www.animenewsnetwork.com/encyclopedia/api.php

Features:

- Add a delay between queries (this is mandatory for the ANN API. At least 1 second between requests). Thread safe!
- The results are cached in files.
- Python OOP structure.
- The result can be returned as JSON-compatible.
- The values are converted to native types (int, float, dates...).