kcrw.apple-news

Library for using the Apple News API


Keywords
Apple, News, REST, API, KCRW
License
MIT
Install
pip install kcrw.apple-news==0.2.6

Documentation

kcrw.apple_news

Documentation Status https://api.travis-ci.org/KCRW-org/kcrw.apple_news.svg?branch=master Updates

kcrw.apple_news is a simple library for using the Apple News API from Python 2 or 3 (>= 2.7 or >= 3.5).

Features

  • Provides support for making signed API requests to the Apple News Publisher API
  • Includes suport for "Read Channel", "Create Article", "Update Article", "Read Article Information", "Delete Article" API calls as well making generic signed requests.
  • Provides a command line tool apple_news_api for making API calls directly.