https://github.com/jonathas/czech-visa-check
Downloads the MVCR approved applications file and looks for your application number, then e-mails you the result
https://github.com/jonathas/czech-visa-check
cron czech czech-republic mvcr python visa
Last synced: over 1 year ago
JSON representation
Downloads the MVCR approved applications file and looks for your application number, then e-mails you the result
- Host: GitHub
- URL: https://github.com/jonathas/czech-visa-check
- Owner: jonathas
- License: gpl-3.0
- Created: 2017-05-06T11:22:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T14:51:11.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:37:48.336Z (over 1 year ago)
- Topics: cron, czech, czech-republic, mvcr, python, visa
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://www.mvcr.cz/mvcren/article/status-of-your-application.aspx) 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
```bash
pip install -r requirements.txt
python check.py
```