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 details)
Built Distribution
pydsb-2.3.0-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file pydsb-2.3.0.tar.gz
.
File metadata
- Download URL: pydsb-2.3.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae841f60f77db506e03ccfee29a81a737039dc29da790e52656c933a23bc03f2 |
|
MD5 | 85e6e107ba7c30d1d7df2f8245134ca9 |
|
BLAKE2b-256 | 64344454dbd0fe728ebb3ae6ede2ac8fba1d25017bbfdad5bc3a06f5d26e7431 |
File details
Details for the file pydsb-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: pydsb-2.3.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa55c8c1d486a3ff2b343a4a3a4200abbf357096dfa3f14f7b56314c300b89d3 |
|
MD5 | 0530f28fd8401ae60ad63fee334d6c72 |
|
BLAKE2b-256 | 06dc3cf73a88f3ad327622a188f0dde80f52625cdf5aab8eaef0adc9cdb11644 |