https://github.com/raybb/ixelles-apt
https://github.com/raybb/ixelles-apt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/raybb/ixelles-apt
- Owner: RayBB
- Created: 2022-12-13T02:35:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T00:19:48.000Z (over 3 years ago)
- Last Synced: 2025-01-24T21:35:31.693Z (over 1 year ago)
- Language: CSS
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ixelles Appointments
A blog post about this project is here: https://raybb.hashnode.dev/automating-ixelles-appointment-checking
## Purpose
To help me get appointments sooner for the Ixelles municipality in Brussels, Belgium.
When applying for a residence permit I had to do these two types of appointments.
Unfortunately, they weren't available for months but the office told me to check the site frequently for updates.
Sadly, the site requires several clicks, and is quite slow, to check for new times.
So, I made this small tool to just grab the times of the two appointment types I'm interested in.
## How it works
I looked at the network calls of the Ixelles website and replicate the them on the server side. When my website loads, it calls to my server, which calls the Ixelles api and returns the relevant data.
The code is very sloppy as this was just a quick hack to save me some hassle.
This project is a remix of https://glitch.com/~hello-sqlite