Check your bulgarian citizenship status
This script makes checking your bulgarian citizenship status automatic.
Instead of going to http://publicbg.mjs.bg/BgInfo and entering your number and PIN every time manually, just use this script.
$ REQ_NUM="Молба вх.номер" PIN="Вашият ПИН" ruby bg_citizenship_status.rb
or
Add REQ_NUM
and PIN
to .env
file and just
$ ruby bg_citizenship_status.rb
"По преписката Ви предстои да бъде извършен финален експертен преглед преди да бъде разгледана от Съвета по гражданство."
- ruby >= 2.4.4
- dotenv >= 2.5.0
- rest-client >= 2.0.2
- Make sure you have ruby installed
- Put your REQ_NUM and PIN into
.env
file $ bundle install
ruby bg_citizenship_status.rb
- Add it to cron if you wish 🚜🌾