dnbo / Pass-fur-alle

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small python script. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass für alle

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small python script. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :) More or less *

* What you need

  • Homebrew
  • Selenium
  • Chromedriver

Install homebew

Open a terminal and enter

Install Selenium

Open a terminal and enter

  • pip3 install selenium

Install Chromedriver

Open a terminal and enter

  • brew install chromedriver

Run the damn thing

Open a terminal and go to the folder where you downloaded the script. Enter: python3 pass-fur-alle.py

About

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small python script. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%