Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for bverfg, also retrieve additional decisions from the official co… #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zeuner
Copy link

@zeuner zeuner commented Sep 19, 2024

…llection

The decisions from www.rechtsprechung-im-internet.de only go back until 2010, while www.bundesverfassungsgericht.de also publishes older decisions.

This PR scrapes the digitally available decisions from the official collection (BVerfGE [0-9]+, [0-9]+).

About the half of the logic is for determining which decisions are already present on www.rechtsprechung-im-internet.de in order to avoid duplicate retrievals. This works well for now, although it might make sense to think about more generic infrastructure for coping with courts for which there are multiple relevant sources.

As a remark, www.bundesverfassungsgericht.de publishes many more decisions that are not part of the official collection, but the starting page where the decisions can be selected by year ([1]) is disallowed by their robots.txt, so I did not write a scraper for now. Not sure if there is a good way to also retrieve them, but this would open up many more decisions.

[1] https://www.bundesverfassungsgericht.de/SiteGlobals/Forms/Suche/Entscheidungensuche_Formular.html?language_=de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant