Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurusabarish/cowin-notifier
Cowin vaccine notifier using python
https://github.com/gurusabarish/cowin-notifier
cowin vaccine-availability vaccine-tracker
Last synced: about 2 months ago
JSON representation
Cowin vaccine notifier using python
- Host: GitHub
- URL: https://github.com/gurusabarish/cowin-notifier
- Owner: gurusabarish
- License: mit
- Created: 2021-06-07T03:28:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T05:56:54.000Z (over 3 years ago)
- Last Synced: 2024-10-12T22:33:34.192Z (3 months ago)
- Topics: cowin, vaccine-availability, vaccine-tracker
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cowin notifier
Vaccine notifier using cowin public api and python.# local setup
```sh
git clone https://github.com/gurusabarish/cowin-notifier.git
cd cowin-notifier
pip install -r requirements.txt
```# Run on your machine
**Fill your email detail in .env file**```python
python manage.py createsuperuser
python manage.py runserver localhost:8080
```
- Go to [localhost:8080/states-and-districts](http://localhost:8080/states-and-districts) to featch the state and district details
- Now, Go to [localhost:8080](http://localhost:8080) and register
- After that, run the main script by entering http://localhost:8080/runscript on browser## Issues
If you have a question, please [open an issue](https://github.com/gurusabarish/cowin-notifier/issues) for help and to help those who come after you. The more information you can provide, the better!
## Contributing
Contributions, issues, and feature requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
## License
Licensed under [MIT](LICENSE)
## 🤝 Support
Give a ⭐️ if you like this project!