https://github.com/claui/kickerde-api-client
Unofficial Python bindings for the public kicker.de news API
https://github.com/claui/kickerde-api-client
api-client kicker python-bindings soccer-matches sports-data standings
Last synced: 2 months ago
JSON representation
Unofficial Python bindings for the public kicker.de news API
- Host: GitHub
- URL: https://github.com/claui/kickerde-api-client
- Owner: claui
- License: apache-2.0
- Created: 2024-10-27T19:51:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T04:07:34.000Z (9 months ago)
- Last Synced: 2025-10-22T19:41:01.354Z (5 months ago)
- Topics: api-client, kicker, python-bindings, soccer-matches, sports-data, standings
- Language: Python
- Homepage: https://pypi.org/project/kickerde-api-client/
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# API client for kicker.de
This library provides unofficial Python bindings for the public
[kicker.de](https://kicker.de) news API.
## Installation
### Installing from PyPI
To install this library from PyPI, open a shell and run:
```shell
pip install kickerde-api-client
```
If that doesn’t work, try:
```shell
python3 -m pip install kickerde-api-client
```
### Installing from the AUR
Direct your favorite
[AUR helper](https://wiki.archlinux.org/title/AUR_helpers) to the
`python-kickerde-api-client` package.
## Usage
Browse the [API reference on Read the Docs](https://kickerde-api-client.readthedocs.io/en/stable/autoapi/kickerde_api_client/) for details.
## Contributing to this library
See [`CONTRIBUTING.md`](https://github.com/claui/kickerde-api-client/blob/main/CONTRIBUTING.md).
## License
Copyright (c) 2024 Claudia Pellegrino
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
For a copy of the License, see [LICENSE](https://raw.githubusercontent.com/claui/kickerde-api-client/refs/heads/main/LICENSE).