some basic functionality

This commit is contained in:
Marco Lents 2025-11-13 21:56:15 +01:00
parent 197b85d8e6
commit f8b33e1d6b
2 changed files with 112 additions and 0 deletions

View file

@ -10,3 +10,8 @@ maintainers = [
]
description = "Crawls the website of the german parlament and tracks any changes in a separate repository."
dependencies = [
"beautifulsoup4",
"requests",
]