An open API service indexing awesome lists of open source software.

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

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).