Skip to content

Commit

Permalink
Merge pull request #94 from bundesAPI/readme-cleanup
Browse files Browse the repository at this point in the history
removed sections of README which are not relevant anymore.
  • Loading branch information
wirthual authored May 12, 2023
2 parents 9879ec1 + 5b48e12 commit 9bbe7fa
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,8 @@ print(data.keys())
*Big thanks to Nico Duldhardt and Friedrich Schöne, who [supported this implementation with their machine learning model](https://av.tib.eu/media/52366).*

### Handelsregister
Fetch general company information about any company in the Handelsregister.

```python
from deutschland.handelsregister import Handelsregister
hr = Handelsregister()
# search by keywords, see documentation for all available params
hr.search(keywords="Deutsche Bahn Aktiengesellschaft")
print(hr)
```

The code for the Handelsregister moved to this [repo](https://github.com/bundesAPI/handelsregister).

## Consumer Protection Data

Expand Down Expand Up @@ -120,18 +112,9 @@ except autobahn.ApiException as e:
```
For the detailed documentation of this API see [here](https://github.com/bundesAPI/deutschland/blob/main/docs/autobahn/README.md)

### Presseportal

## Presseportal

For further information see: https://github.com/tcmetzger/pypresseportal

```python
from deutschland.presseportal import PresseportalApi

presseportal = PresseportalApi("YOUR_KEY_HERE")

stories = presseportal.get_stories()
```
Not available for now due to changes in the API.

## Auto-Generated API-Clients

Expand Down

0 comments on commit 9bbe7fa

Please sign in to comment.