Skip to content

Bon-1900/Booking-Appointment-in-TLScontact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Booking Appointment in TLScontact

A simple script to check the available appointment of TLScontact.

Tested with Visa Application Centre for France in Edinburgh and London, the United Kingdom.

Usage:

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

The country code and city code could be found in the TLScontact url.

For now, the code could not book appointment, but send a mail as notification. Modify the valor in tmp_solution.

To-Do:

  • Repair booking appointment function (the appointment can't be canceled by ourselves, averse to test)
  • Use Python class

Coded for 🍳🍳

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%