A crawler for goverment and legislation issues in austria
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Erwin Ernst Steinhammer 7065dd09c9 Oof 3 years ago
data Oof 3 years ago
.gitignore better be save and save it early 3 years ago
GovCrawler_at.py some design stuff 3 years ago
LICENSE.md Create LICENSE.md 3 years ago
README.md Update README.md 3 years ago
minster.py minor fixes 3 years ago
table_of_contents.py automated scann for the latest protocol 3 years ago

README.md

About

Abstract

Is a tool to download the latest reports of the weekly sittings from the austrian federal government/council of ministers. It also toots it and shows it with the latest consultation bills on a web page.

Main Project

Usage

Requirements

  • Python3
  • A Webserver (like Apache2 or try python3 -m http.server for testing)

Tools included

  • minster.py saves the last report in a json file and downloads the annexes.
  • GovCrawler_at.py toots the newest report in a thread on mastodon if the report wasn't tooted already.
  • data/index.html shows the latest report and the latest consultation bills on a web page.

Advanced Usage

  • table_of_contents.py is used to scan all reports to generate an index of all saved reports. Don't use it in production.