faizulhai24 / cowin-vaccine-slot-checker

This is a Python script which will help you to know when a slot is available on Cowin website.
Apache License 2.0
14 stars 14 forks source link

Add a cron file for windows #5

Closed AyushhS closed 3 years ago

AyushhS commented 3 years ago

Hello Syed Faizul Hai! I really liked this project and I thought I could contribute with some basic bash code. I am new to github so please pardon me for any errors, or if this writing style is unprofessional.

This .bat file can be added in the project, which could run the python script every 10 minutes. (timing can be adjusted by changing the variable in the 4th line)

please review this in your free time, thanks!

utkarshsethi commented 3 years ago

I believe true cron can be achieved using Task Scheduler.

faizulhai24 commented 3 years ago

Thanks, Ayushh