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 の値を変更します。
?? のためにコード化されました