Giter Site home page Giter Site logo

shashankmistry31 / vaccine-spotter-india Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshaynathr/vaccine-spotter-india

0.0 1.0 0.0 6 KB

Simple python tool to track the covid-vaccine availability in India

License: MIT License

Python 100.00%

vaccine-spotter-india's Introduction

Vaccine spotter for India

Vaccine spotter is a simple tool for tracking the availability of Covid vaccines in any state in India It uses the api from COWIN site to monitor for vaccine availability and sent an immediate email to user. โœจ

Features

  • Run in the terminal and monitor the vaccine availability
  • Sent email to email address set by user immediately when there is vaccines available

Installation

Vaccine-spotter requires python3 to run

Set email details, district_id in the script

# For gmail, the lesssecureapps connection needs to be turned on for email to work :  https://myaccount.google.com/lesssecureapps
# need to change the smpt address for other mail providers

email_user = '[email protected]'
email_password = '<password>'

sent_from = email_user
to = ['<[email protected]>']

# time gap
minutes = 1

__district = "district_id"
'''
Some examples: 
295 - Kasargod
296 - Thiruvananthapuram
298 - kollam
299 - Wayanad
300 - Pathanamthitta
302 - Malappuram
303 - thrissue
305 - Kozikode
306- idukki
307 - ernakulam
308 - palakkad
'''

Run the script after setting the values

python vaccine_spotter.py

No data is collected from users . The script is open to verify

Development

Want to contribute? Great!

vaccine-spotter-india's People

Contributors

akshaynathr avatar

Watchers

James Cloos avatar

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.