一个简单的脚本,用于检查 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。
编码为??