Results 33 comments of Bhanu K

hi @thejeshgn, I'm curious if anyone has made progress on this.. a friend is looking for vaccine doses by gender. I thought I'll check here and see if anyone has...

@thejeshgn not quite the API but here's the request for Arunachal Pradesh, Changlang district (picked from the Network tab on [Cowin dashboard site](https://dashboard.cowin.gov.in/)). has to be scraped out https://api.cowin.gov.in/api/v1/reports/v2/getPublicReports?state_id=3&district_id=20&date=2021-05-16 at...

I scraped it, will share it in a few days.

hi @thejeshgn, here it is: [cowin-vaccination-doses](https://docs.google.com/spreadsheets/d/11R2o6Fknvcitbm-zw2SmI34UugsfQm9qJXZUTAKNiUo/edit?usp=sharing) I update it once in two days.

Yes, that works @thejeshgn Let me know if you need a specific sheet URL, I can update that sheet with new data. Currently, I create a new sheet with date...

sure, here it is: https://gitlab.com/bhanu.k/cowin-vaccination-doses The script isn't auto-setup deliberately to monitor for failed requests.

@thejeshgn I cleaned up the [instructions](https://gitlab.com/bhanu.k/cowin-vaccination-doses#steps-to-get-data) and updated code with better control for arguments. Data files are available via Git LFS.

Hi @ehmatthes! I ran iPython using the comments you made in https://github.com/ehmatthes/intro_programming/issues/11#issuecomment-25368715. It ran fine. I shutdown the server and try to run again but iPython wouldn't run. I re-ran...

I am planning to shift to python3 completely (most of my development is still in 2.7). Hence, ipython with python3. I tried using iPython before but not with much success....

Thank you. I shall read more about IPython and virtualenv.