nijat / burgeramt-appointments-websockets

Fetch Bürgeramt appointments and broadcast them via websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bürgeramt appointment finder

This server looks for Bürgeramt appointment every few seconds, and broadcasts the results via websockets. This is the code behind https://allaboutberlin.com/appointments

Setup

Standalone

pip install -r requirements.txt
python3 appointments.py

Docker

A Dockerfile is supplied with the repository.

About

Fetch Bürgeramt appointments and broadcast them via websockets

License:MIT License


Languages

Language:Python 97.2%Language:Dockerfile 2.8%