Skip to main content

Python API for DSBmobile

Project description

pydsb 2.3.0

pydsb provides a Python API for DSBmobile.

Heinekingmedia (the creators of DSBmobile) shut down the API pydsb was previously using so I had to use the app-API. That required a complete rewrite so some features are currently not implemented yet. See below for the current featureset. I strongly recommend that users of version 1.0 upgrade to 2.0, because it doesn't work anymore. Some syntax has changed too, so be aware of that.

Features

  • Getting plans
  • Getting news (maybe not always working due to limited sample data)
  • Getting postings (Aushänge)

Installation

pip install pydsb

Usage

from pydsb import PyDSB

dsb = PyDSB("username", "password")

print(dsb.get_plans())
print(dsb.get_postings())
print(dsb.get_news())

Project details


Download files

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

Source Distribution

pydsb-2.3.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pydsb-2.3.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

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