Home » COVID 19

COVID 19

Desktop app in Python for checking covid19 vaccine availability

desktop app- vaccine availability tracker

Learn to create a Desktop app in Python to check any available slot in your location (based on the Pincode) on a given date. A step-by-step method to build the app and learn a lot of things on the way. you will learn Tkinter along the way as it is pretty easy. GUI components that are present in this application are Label, Entry box, Button, Textbox, Radio button, Checkbox and Frame

Desktop app in Python for checking covid19 vaccine availability Read More »

Python bot to track vaccine slot and send notification on Telegram

Automate telegram with Python

Python script to fetch the data from the cowin portal using REST API, and if it finds any available slot then immediately trigger a customized message on the Telegram. This way, you will be worry-free from always visiting the cowin portal and perform a search to find the slot on a specific day at a certain Pincode. working code

Python bot to track vaccine slot and send notification on Telegram Read More »