bombardier-gif / covid-vaccine-booking

This very basic script can be used to automate COVID-19 vaccination slot booking on India's Co-WIN Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A trick to avoid caching

Nakul93 opened this issue · comments

So I just found this video on youtube which explains how we can change the format of date to avoid getting cached data. I think it would be great if we could integrate this in our code.

What are your thoughts guys?

https://www.youtube.com/watch?v=hf44_-qqddY

This is cool, I think we can do this.

However, since this is already public, do you see a patch coming from cowin for the same soon?

Why do they want to Cache data for UI ? doesn't make sense at all..

I noticed this last night while doing some testing.

This is cool, I think we can do this.

However, since this is already public, do you see a patch coming from cowin for the same soon?

Yeah thats the annoying part they probably might release a patch to fix this

Even with our current script caching doesn't seem to be a problem if we are using findBy* APIs. Today I tested for almost 3hrs with 7secs refresh rate and was able to book when slots opened up (it was faster than telegram alerts)

Can some one try this out?
https://github.com/6mxo89sqh/covid-vaccine-booking/tree/date-formats

I stopped getting OTP suddenly so unable to test it end-to-end.

Can some one try this out?
https://github.com/6mxo89sqh/covid-vaccine-booking/tree/date-formats

I stopped getting OTP suddenly so unable to test it end-to-end.

Tested it, seems to work fine. Does this change the date format on every API call?

Ya it rotates it.

Have you also raised a PR? I'll test it out.

Can some one try this out?
https://github.com/6mxo89sqh/covid-vaccine-booking/tree/date-formats
I stopped getting OTP suddenly so unable to test it end-to-end.

Tested it, seems to work fine. Does this change the date format on every API call?

I guess it's failing, which find option you used ??

@shivaslifzz find by date option for district

Well, I don't think this idea is worth raising the PR. Currently, find by is super strong and this calendar is still bad. We are still restricted by 20sessions.

Agree with @6mxo89sqh, for now find by option is perfect. But in future if this was to change then we can use this alternative as a fix.

Can some one try this out?
https://github.com/6mxo89sqh/covid-vaccine-booking/tree/date-formats

have you tried this with public APIs?