theoomoregbee / US-visa-appointment-notifier

This is just a script I put together to check and notify me via email (MailGun) when there's an earlier date before my initial appointment date. It doesn't handle rescheduling.
MIT License
104 stars 57 forks source link

facility #3

Closed fameka1 closed 1 year ago

fameka1 commented 1 year ago

How do I find my own facility id?

patzu commented 1 year ago

It is city name I think.

FACILITY_ID='Yerevan'

shubhambodhe commented 1 year ago

You can find the facility id by checking the value of the corresponding city in the drop-down.

image

fameka1 commented 1 year ago

You can find the facility id by checking the value of the corresponding city in the drop-down.

image

Where can I find it ?

theoomoregbee commented 1 year ago

When you get to where you select city, use the browser dev mode to inspect the city dropdown as mentioned here

You can find the facility id by checking the value of the corresponding city in the drop-down.

image

fameka1 commented 1 year ago

When you get to where you select city, use the browser dev mode to inspect the city dropdown as mentioned here

You can find the facility id by checking the value of the corresponding city in the drop-down. image

The browser does not open when I run the program.

fameka1 commented 1 year ago

status: 403, details: 'Domain sandboxe1164ceef2a340a89c348279b0dde46b.mailgun.org is not allowed to send: Sandbox subdomains are for test purposes only. Please add your own domain or add the address to authorized recipients in Account Settings.'

How do I resolve this error?

talasalim commented 1 year ago

My code is currently running for Vancouver but is there a way to check for Calgary as well in an alternative manner?

shubhambodhe commented 1 year ago

My code is currently running for Vancouver but is there a way to check for Calgary as well in an alternative manner?

You can make a copy of the program that you checked out and change the city in that copied program. You should then run it as a new instance.

Muhammadwaqas2506 commented 1 year ago

how we can run this code for any other country to setup the email alert for the appointment? Thanks