Giter Site home page Giter Site logo

Comments (2)

MoralCode avatar MoralCode commented on July 20, 2024

seems like they also have https://clearspringrx.com/schedule-littleton.php

Both seem to be a POST request to https://app.acuityscheduling.com/schedule.php?action=showCalendar&fulldate=1&owner=21738145&template=weekly

From preliminary testing the only thing that matters to the request is the body, which is:
type=19746777&calendar=4974052&skip=true&options%5Bqty%5D=1&options%5BnumDays%5D=3&ignoreAppointment=&appointmentType=&calendarID=4974052

The only things that vary here are the calendar and calendarID which both take the same values

Location calendarID
Littleton 4974052
Cherry Creek 4971473

if successful, it should come back with a body similar to this for "no availabilities"

<div class="calendar-prev-next" id="calendar-prev-next">
	<a name="calendar-top"></a>

	<a href="javascript:self.showCalendar('2021-03-23', %7B%22nextprev%22%3A%7B%222021-03-23%22%3A%222021-02-24%22%7D%7D)"
		class="calendar-next"><span>More Times</span> <i class="fa fa-chevron-right"></i></a>
</div>
<div class="clearfix calendar"></div>
<span id="no-times-available-message" data-original-text="No times are available">No times are available in the next month (from February 24, 2021 to March 23, 2021)</span>

from covid-vaccine-spotter.

GUI avatar GUI commented on July 20, 2024

Thanks for the investigation! The good news is that They seem to be using Acuity Scheduling for this page, which is actually the same underlying provider for Pharmaca appointments. I'll need to investigate further to see if there are any differences, but I'm hoping this means we could either abstract or reuse most of the existing Pharmaca code to support this pharmacy as well.

from covid-vaccine-spotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.