No description
Find a file
2025-12-02 09:20:33 +01:00
.gitignore add egg-info to gitignore 2025-11-13 21:56:53 +01:00
crawler.py only commit if there are changes 2025-11-20 11:04:06 +01:00
flake.lock add dev environment 2025-11-13 18:22:58 +01:00
flake.nix add dev environment 2025-11-13 18:22:58 +01:00
pyproject.toml fix function decoding 2025-11-14 12:09:08 +01:00
Readme.md add Readme 2025-12-02 09:20:33 +01:00

Bundescrawler

This repository contains the scraper (I just liked the name Bundescrawler), which collects the available information from the sites of the representatives of the German Parlament.

How to use

  • Clone the repository
  • Install the dependencies with pip install .
  • Initialize a repository somewhere where you want to save the information.
  • Run python3 crawler.py -o <output directory>