Metadata-Version: 2.1
Name: vaccine-notifier
Version: 0.0.1
Summary: Notify vaccination availability - Play Music/Song and Send Desktop Notifaction for vaccine availability
Home-page: https://github.com/panchal999/vaccine-notifier
Author: Parth Panchal
Author-email: parthnp98@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (>=2.25.1)
Requires-Dist: pydub (>=0.3.3)
Requires-Dist: notify-py (>=0.3.3)

# Vaccine Notifier with Crontab
It takes input as music/song file path and other filter option for vaccine slot booking (given in usage section), Notifies you when vaccine slots are open for booking by sending desktop notification with song/music playing. 

## Installation
```pip install vaccine-notifier```

## Usage

```
usage: trigger.py [-h] [-p PINCODES] [-d DATES] [-v VACCINE] [-l LOG] music

positional arguments:
  music                 Path of Music or Song file. Play when vaccination
                        center detected

optional arguments:
  -h, --help            show this help message and exit
  -p PINCODES, --pincodes PINCODES
                        Single Pincode OR Comma Sprated Pincodes if multiple
  -d DATES, --dates DATES
                        Single Date OR Comma Seprated dates if multiple (In
                        dd-mm-yyyy)
  -v VACCINE, --vaccine VACCINE
                        Vaccine Names, Comma Seprated if multiple FROM
                        (covishild, covaxin, sputnik)
  -l LOG, --log LOG     Log File to Store Logs (Default siren_log.log file in
                        current directory
```

## License

© 2020 Parth Panchal

This repository is licensed under the MIT license. See LICENSE for details.

