Skip to content

Downloads the MVCR approved applications file and looks for your application number, then e-mails you the result

License

Notifications You must be signed in to change notification settings

jonathas/czech-visa-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Czech visa check

Note: This script was useful when the Ministry of Interior used to have their updates in a xls file. Since they started working with their portal (https://frs.gov.cz/en) this script is not needed anymore.

The Ministry of Interior in the Czech Republic updates this page every week with the visa application numbers that have been approved.

The problem is that it's not a system and there's no way to search for your application number on that page. They update an Excel file every week, so you have to download it and CTRL+F the file yourself, looking for your application number.

Because of that, I decided to create this script to do this task for me and optimize my time. I can configure it to run for example once a week on cron and it will do the job for me and then send me an e-mail letting me know if my application number is there or not yet.

Configuring

In order to configure it, open the config.json file and enter your application number and then your SMTP config for it to send you an e-mail with the result.

Running

pip install -r requirements.txt
python check.py

About

Downloads the MVCR approved applications file and looks for your application number, then e-mails you the result

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages