djay / covidthailand

Thailand Covid testing and case data gathered and combined from various sources for others to download or view
126 stars 15 forks source link

Feature: 3rd dose data #45

Closed nathakits closed 3 years ago

nathakits commented 3 years ago

Currently the daily reports doesn't include 3rd dose data but can be found with this link (as far as i know). Would be great to include this in the vac_timeline as well.

https://dashboard-vaccine.moph.go.th/

djay commented 3 years ago

@nathakits yeah I've seen that however it's not possible to get historical data from this site and I currently don't do anything that requires storing values as I go. Waiting for it either to go into the report of the moph dashboard

djay commented 3 years ago

@nathakits it has been scraped here https://raw.githubusercontent.com/wiki/porames/the-researcher-covid-data/vaccination/provincial-vaccination.json by @porames

nathakits commented 3 years ago

@djay Thanks! Though what I'm looking for is a timeline. But at least this is something. You can close this task.

BTW I made a Twitter bot and a website, tracking the vaccinations. For the Twitter bot, I scraped everything myself, but for the website, I'm currently using my own data and yours vac_timeline as well.

https://twitter.com/THVaccinecount http://covidtracker-th.netlify.app/

djay commented 3 years ago

@nathakits Looks nice. Thanks for the link. If you know any python any help fixing the scraping of these reports is always welcome. You may notice it stops updating once and awhile

nathakits commented 3 years ago

Yeah I did notice that.

I mostly code in JS. For Python, I only know some basic stuff so probably not going to be able to help much. I can take a look when I have time.