Skip to main content

Python wrapper for the presseportal.de API

Project description

A Python interface into the presseportal.de API.

The website presseportal.de is a service provided by ‘news aktuell’, owned by dpa (Deutsche Presse Agentur). It is one of the biggest distributors of press releases and investor relations announcements in Germany. For example, almost all police and fire departments use this service to distribute their press releases.

PyPresseportal is in no way connected to presseportal.de, ‘news aktuell’ or dpa. PyPresseportal is independently developed by volunteers as an Open Source library.

An API key from presseportal.de is required to access data. You can find more information and apply for an API key at https://api.presseportal.de/en.

Quickstart

Installing with pip

Use pip on a command line to download PyPresseportal from PyPI and install it on your system:

$ pip install pypresseportal

Getting an API key

PyPresseportal requires a valid API key from https://api.presseportal.de/en. This website is also where you can find general information on the API as well as the API’s Terms.

Initializing the API

First, create an instance of the PresseportalApi class, using your API key:

>>> from pypresseportal import PresseportalApi
>>> api_object = PresseportalApi(YOUR_API_KEY)

Requesting data

Next, request data from the API through the PresseportalApi class. It contains several methods to access API data, all of which work very similarly.

The easiest way to access the most recently published stories is the get_stories() method. If you do not provide any arguments to this method, PyPresseportal defaults to retrieving the 50 most recent stories available.

For example:

>>> from pypresseportal import PresseportalApi
>>> api_object = PresseportalApi(YOUR_API_KEY)
>>> stories = api_object.get_stories()

get_stories() returns a list of Story objects. Access Story data through the individual Story object’s attributes.

For example:

>>> stories[0].title
"Kohls Wohnhaus hat keinen Denkmalwert"
>>> stories[0].id
"4622388"

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypresseportal-0.1.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pypresseportal-0.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file pypresseportal-0.1.tar.gz.

File metadata

  • Download URL: pypresseportal-0.1.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7

File hashes

Hashes for pypresseportal-0.1.tar.gz
Algorithm Hash digest
SHA256 bd5088daacdcbd4af4f6358d42c822a293c43f44fb58507cea3cda4bec5ba069
MD5 665b183b2eb4f088d5a92de71e5eefa0
BLAKE2b-256 d131fc884265719accba5620978d207e7c5120ad41539d6228a3f06187259cb3

See more details on using hashes here.

File details

Details for the file pypresseportal-0.1-py3-none-any.whl.

File metadata

  • Download URL: pypresseportal-0.1-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7

File hashes

Hashes for pypresseportal-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0456d949d2063cd10e925ec05265fb70a0d46dde9a5be33ebb8e7ccb0ab45c84
MD5 aa7e96257b6f44971209a0b50c01210c
BLAKE2b-256 52e393eb46448bf6315b1beaedd0b4e325c47bbdf05d7d340bb5f9e3b34d19ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page