jeangnc / us-visa-bot

US Visa Bot
MIT License
151 stars 30 forks source link

ASC Appointment #4

Open WilliamTakeshi opened 1 year ago

WilliamTakeshi commented 1 year ago

Thanks a lot for your work!

Some places, like Sao Paulo needs the ASC Appointment but looks like the POST request ignores this parameter breaking for some regions.

  return fetch(url, {
    "method": "POST",
    "redirect": "follow",
    "headers": Object.assign({}, newHeaders, {
      'Content-Type': 'application/x-www-form-urlencoded',
    }),
    "body": new URLSearchParams({
      'utf8': '✓',
      'authenticity_token': newHeaders['X-CSRF-Token'],
      'confirmed_limit_message': '1',
      'use_consulate_appointment_capacity': 'true',
      'appointments[consulate_appointment][facility_id]': FACILITY_ID,
      'appointments[consulate_appointment][date]': date,
      'appointments[consulate_appointment][time]': time,
      'appointments[asc_appointment][facility_id]': '',
      'appointments[asc_appointment][date]': '',
      'appointments[asc_appointment][time]': ''
    }),
  })

Do you have plans to add this feature?

jeangnc commented 1 year ago

Hey William, how are you?

By this time, ASC appointment is not supported. However, we do plan to add support for it, yes.

decsousa commented 1 year ago

Good morning @jeangnc ,

I checked that my script found a schedule but deleted the ASC schedule, still no prediction for this function in the script? thanks

qomhmd commented 1 year ago

What is an ASC appointment?

decsousa commented 1 year ago

What is an ASC appointment?

Hi, in Brazil, one visit is required to collect photos and fingerprints (ASC) and another for an interview. in this case the script finds the date of the interview and skips the first step. the correct thing would be to find the date of the interview and in the next 3 selects choose the available date of collection at ASC

kaushikj commented 1 year ago

as an end user, I fear my account getting banned/blocked. I assume we cannot completely overcome that. Is that correct? .....is there any suggested strategy to at least minimise the chances of getting banned/blocked

juanpciceri commented 5 months ago

@decsousa were you able to schedule the asc ? I think Im havin the same issue than you, any help would be really appreciated

acordobaj commented 5 months ago

Good day

Someone was already able to program for ASC, or they already have the function?