一個簡單的腳本,用於檢查 TLScontact 的可用預約。
已在英國愛丁堡和倫敦的法國簽證申請中心進行測試。
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
國家代碼和城市代碼可以在 TLScontact url 中找到。
目前,該代碼無法預約,但可以發送郵件作為通知。修改tmp_solution中的valor。
編碼為??