uxDaniel / visa_rescheduler

US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation
276 stars 236 forks source link

fixes DATE_URL does not work Issue #47 #53

Open acolak opened 1 year ago

acolak commented 1 year ago

ais website requires a input i header so I added request.headers['X-Requested-With'] = 'XMLHttpRequest'

mraddatz commented 1 year ago

Do you need to change requirements.txt too?

acolak commented 1 year ago

@mraddatz yes --> https://github.com/uxDaniel/visa_rescheduler/pull/52

bhargavkakadiya commented 1 year ago

script exits when Checking for an earlier date: results nothing

WhatDoor commented 1 year ago

I also got same behaviour as bhargavkakadiya, and also the date list is still returning empty with this fix.

bhargavkakadiya commented 1 year ago

It might be returning empty because there is no dates available, and therefore script tends to exit instead of retrying

WhatDoor commented 1 year ago

I found that this fork works well - https://github.com/shcheglovnd/us_visa_scheduler_telegram/tree/main But it is a bit different in that it uses docker to run and telegram for notifications.