Un script simple pour vérifier le rendez-vous disponible de TLScontact.
Testé auprès du centre de demande de visa pour la France à Édimbourg et à Londres, au Royaume-Uni.
usage: TLScontact.py [-h] [-d DELAY] [-v] login password country city month day
Script to check the available appointment of TLScontact.
positional arguments:
login TLScontact login (e-mail address)
password TLScontact password
country The country code of your application center (gb for the UK)
city The city code of your application center (LON for London)
month The latest acceptable month
day The latest acceptable day
optional arguments:
-h, --help show this help message and exit
-d DELAY, --delay DELAY delay between attempts, in seconds(default: 300)
-v, --verbose verbose mode
Le code du pays et le code de la ville se trouvent dans l’URL TLScontact.
Pour l'instant, le code ne permet pas de prendre rendez-vous, mais d'envoyer un mail en guise de notification. Modifiez la valeur dans tmp_solution.
Codé pour ??