de-tagesschau


Namede-tagesschau JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/bundesAPI/tagesschau-api
SummaryTagesschau API
upload_time2024-07-06 21:32:03
maintainerNone
docs_urlNone
authorBundesAPI
requires_python>=3.6
licenseApache-2.0
keywords openapi openapi-generator tagesschau app api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tagesschau
Die Tagesschau ist eine Nachrichtensendung der ARD (Abkürzung für Arbeitsgemeinschaft der öffentlich-rechtlichen Rundfunkanstalten der Bundesrepublik Deutschland), die von ARD-aktuell in Hamburg produziert und mehrmals täglich ausgestrahlt wird. ARD-aktuell ist seit 1977 die zentrale Fernsehnachrichtenredaktion der ARD, bei welcher es sich wiederum um einen Rundfunkverbund handelt, der aus den Landesrundfunkanstalten und der Deutschen Welle besteht. <br><br> Über die hier dokumentierte API stehen auf [www.tagesschau.de](https://www.tagesschau.de) aktuelle Nachrichten und Medienbeiträge im JSON-Format zur Verfügung. <br><br> **Achtung:** Die Nutzung der Inhalte für den privaten, nicht-kommerziellen Gebrauch ist gestattet, die Veröffentlichung hingegen nicht - mit Ausnahme von Angeboten, die explizit unter der CC-Lizenz stehen (https://tagesschau.de/creativecommons). Es ist unzulässig, mehr als 60 Abrufe pro Stunde zu tätigen.

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.1
- Package version: 0.2.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/AndreasFischer1985/tagesschau-api](https://github.com/AndreasFischer1985/tagesschau-api)

## Requirements.

Python >= 3.6

## Installation & Usage
### pip install

```sh
pip install deutschland[tagesschau]
```

### poetry install

```sh
poetry add deutschland -E tagesschau
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

## Usage

Import the package:
```python
from deutschland import tagesschau
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import time
from deutschland import tagesschau
from pprint import pprint
from deutschland.tagesschau.api import channels_api
from deutschland.tagesschau.model.channels_response import ChannelsResponse
# Defining the host is optional and defaults to https://www.tagesschau.de
# See configuration.py for a list of all supported configuration parameters.
configuration = tagesschau.Configuration(
    host = "https://www.tagesschau.de"
)



# Enter a context with an instance of the API client
with tagesschau.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = channels_api.ChannelsApi(api_client)

    try:
        # Aktuelle Kanäle
        api_response = api_instance.channels()
        pprint(api_response)
    except tagesschau.ApiException as e:
        print("Exception when calling ChannelsApi->channels: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to *https://www.tagesschau.de*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ChannelsApi* | [**channels**](docs/ChannelsApi.md#channels) | **GET** /api2u/channels/ | Aktuelle Kanäle
*HomepageApi* | [**homepage**](docs/HomepageApi.md#homepage) | **GET** /api2u/homepage/ | Ausgewählte aktuelle Nachrichten und Eilmeldungen
*NewsApi* | [**news**](docs/NewsApi.md#news) | **GET** /api2u/news/ | Aktuelle Nachrichten und Eilmeldungen
*SearchApi* | [**search**](docs/SearchApi.md#search) | **GET** /api2u/search/ | Suche


## Documentation For Models

 - [ChannelsResponse](docs/ChannelsResponse.md)
 - [ChannelsResponseChannelsInner](docs/ChannelsResponseChannelsInner.md)
 - [HomepageResponse](docs/HomepageResponse.md)
 - [HomepageResponseNewsInner](docs/HomepageResponseNewsInner.md)
 - [HomepageResponseRegionalInner](docs/HomepageResponseRegionalInner.md)
 - [MultimediaResponse](docs/MultimediaResponse.md)
 - [NewsResponse](docs/NewsResponse.md)
 - [NewsResponseNewsInner](docs/NewsResponseNewsInner.md)
 - [SearchResponse](docs/SearchResponse.md)
 - [SearchResponseSearchResultsInner](docs/SearchResponseSearchResultsInner.md)


## Documentation For Authorization

 All endpoints do not require authorization.

## Author

andreasfischer1985@web.de


## Notes for Large OpenAPI documents
If the OpenAPI document is large, imports in tagesschau.apis and tagesschau.models may fail with a
RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:

Solution 1:
Use specific imports for apis and models like:
- `from deutschland.tagesschau.api.default_api import DefaultApi`
- `from deutschland.tagesschau.model.pet import Pet`

Solution 2:
Before importing the package, adjust the maximum recursion limit as shown below:
```
import sys
sys.setrecursionlimit(1500)
from deutschland import tagesschau
from deutschland.tagesschau.apis import *
from deutschland.tagesschau.models import *
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bundesAPI/tagesschau-api",
    "name": "de-tagesschau",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, tagesschau, App, API",
    "author": "BundesAPI",
    "author_email": "kontakt@bund.dev",
    "download_url": "https://files.pythonhosted.org/packages/41/24/5e6a871e385c9e65c3d005b43d7224c9b774ceb9ed32b35903c9082b46db/de_tagesschau-0.2.0.tar.gz",
    "platform": null,
    "description": "# tagesschau\nDie Tagesschau ist eine Nachrichtensendung der ARD (Abk\u00fcrzung f\u00fcr Arbeitsgemeinschaft der \u00f6ffentlich-rechtlichen Rundfunkanstalten der Bundesrepublik Deutschland), die von ARD-aktuell in Hamburg produziert und mehrmals t\u00e4glich ausgestrahlt wird. ARD-aktuell ist seit 1977 die zentrale Fernsehnachrichtenredaktion der ARD, bei welcher es sich wiederum um einen Rundfunkverbund handelt, der aus den Landesrundfunkanstalten und der Deutschen Welle besteht. <br><br> \u00dcber die hier dokumentierte API stehen auf [www.tagesschau.de](https://www.tagesschau.de) aktuelle Nachrichten und Medienbeitr\u00e4ge im JSON-Format zur Verf\u00fcgung. <br><br> **Achtung:** Die Nutzung der Inhalte f\u00fcr den privaten, nicht-kommerziellen Gebrauch ist gestattet, die Ver\u00f6ffentlichung hingegen nicht - mit Ausnahme von Angeboten, die explizit unter der CC-Lizenz stehen (https://tagesschau.de/creativecommons). Es ist unzul\u00e4ssig, mehr als 60 Abrufe pro Stunde zu t\u00e4tigen.\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 2.0.1\n- Package version: 0.2.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\nFor more information, please visit [https://github.com/AndreasFischer1985/tagesschau-api](https://github.com/AndreasFischer1985/tagesschau-api)\n\n## Requirements.\n\nPython >= 3.6\n\n## Installation & Usage\n### pip install\n\n```sh\npip install deutschland[tagesschau]\n```\n\n### poetry install\n\n```sh\npoetry add deutschland -E tagesschau\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\n## Usage\n\nImport the package:\n```python\nfrom deutschland import tagesschau\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport time\nfrom deutschland import tagesschau\nfrom pprint import pprint\nfrom deutschland.tagesschau.api import channels_api\nfrom deutschland.tagesschau.model.channels_response import ChannelsResponse\n# Defining the host is optional and defaults to https://www.tagesschau.de\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = tagesschau.Configuration(\n    host = \"https://www.tagesschau.de\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith tagesschau.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = channels_api.ChannelsApi(api_client)\n\n    try:\n        # Aktuelle Kan\u00e4le\n        api_response = api_instance.channels()\n        pprint(api_response)\n    except tagesschau.ApiException as e:\n        print(\"Exception when calling ChannelsApi->channels: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://www.tagesschau.de*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ChannelsApi* | [**channels**](docs/ChannelsApi.md#channels) | **GET** /api2u/channels/ | Aktuelle Kan\u00e4le\n*HomepageApi* | [**homepage**](docs/HomepageApi.md#homepage) | **GET** /api2u/homepage/ | Ausgew\u00e4hlte aktuelle Nachrichten und Eilmeldungen\n*NewsApi* | [**news**](docs/NewsApi.md#news) | **GET** /api2u/news/ | Aktuelle Nachrichten und Eilmeldungen\n*SearchApi* | [**search**](docs/SearchApi.md#search) | **GET** /api2u/search/ | Suche\n\n\n## Documentation For Models\n\n - [ChannelsResponse](docs/ChannelsResponse.md)\n - [ChannelsResponseChannelsInner](docs/ChannelsResponseChannelsInner.md)\n - [HomepageResponse](docs/HomepageResponse.md)\n - [HomepageResponseNewsInner](docs/HomepageResponseNewsInner.md)\n - [HomepageResponseRegionalInner](docs/HomepageResponseRegionalInner.md)\n - [MultimediaResponse](docs/MultimediaResponse.md)\n - [NewsResponse](docs/NewsResponse.md)\n - [NewsResponseNewsInner](docs/NewsResponseNewsInner.md)\n - [SearchResponse](docs/SearchResponse.md)\n - [SearchResponseSearchResultsInner](docs/SearchResponseSearchResultsInner.md)\n\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n## Author\n\nandreasfischer1985@web.de\n\n\n## Notes for Large OpenAPI documents\nIf the OpenAPI document is large, imports in tagesschau.apis and tagesschau.models may fail with a\nRecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:\n\nSolution 1:\nUse specific imports for apis and models like:\n- `from deutschland.tagesschau.api.default_api import DefaultApi`\n- `from deutschland.tagesschau.model.pet import Pet`\n\nSolution 2:\nBefore importing the package, adjust the maximum recursion limit as shown below:\n```\nimport sys\nsys.setrecursionlimit(1500)\nfrom deutschland import tagesschau\nfrom deutschland.tagesschau.apis import *\nfrom deutschland.tagesschau.models import *\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Tagesschau API",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/bundesAPI/tagesschau-api/issues",
        "Homepage": "https://github.com/bundesAPI/tagesschau-api"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " tagesschau",
        " app",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4a8fd7ba9fefa994cf665cc0d1bc5c027d3a5051ad447ef1cc4970420820096",
                "md5": "54978fe6ae544cff4ac7e1a37f1394c5",
                "sha256": "80a140a6b2097bd8b3078404125bf8dcfd97175eeeeb4f8efd17ae4ee9bdc04c"
            },
            "downloads": -1,
            "filename": "de_tagesschau-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54978fe6ae544cff4ac7e1a37f1394c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 85854,
            "upload_time": "2024-07-06T21:32:01",
            "upload_time_iso_8601": "2024-07-06T21:32:01.831445Z",
            "url": "https://files.pythonhosted.org/packages/c4/a8/fd7ba9fefa994cf665cc0d1bc5c027d3a5051ad447ef1cc4970420820096/de_tagesschau-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41245e6a871e385c9e65c3d005b43d7224c9b774ceb9ed32b35903c9082b46db",
                "md5": "e3ebff7235a667b8e8500b17a9ab4605",
                "sha256": "1744af05d35b7eded4e9a1f638a42305b5e7b7a55520f6fe863df121f4a52b25"
            },
            "downloads": -1,
            "filename": "de_tagesschau-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e3ebff7235a667b8e8500b17a9ab4605",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 45969,
            "upload_time": "2024-07-06T21:32:03",
            "upload_time_iso_8601": "2024-07-06T21:32:03.491064Z",
            "url": "https://files.pythonhosted.org/packages/41/24/5e6a871e385c9e65c3d005b43d7224c9b774ceb9ed32b35903c9082b46db/de_tagesschau-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-06 21:32:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bundesAPI",
    "github_project": "tagesschau-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "de-tagesschau"
}
        
Elapsed time: 0.38816s