https://github.com/nekmo/anime-news-network
https://github.com/nekmo/anime-news-network
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nekmo/anime-news-network
- Owner: Nekmo
- Created: 2016-09-16T06:18:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T18:05:05.000Z (almost 10 years ago)
- Last Synced: 2025-03-30T14:45:36.329Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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...).