Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
/ CoWin_Terminal Public archive

Find vaccination slots right insde your terminal, as if the CoWin portal was sitting inside your terminal !!!

Notifications You must be signed in to change notification settings

yvs2701/CoWin_Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoWin_Terminal

Find vaccination slots right inside your terminal !!! Use CoWin_Terminal to get notified about when the vaccination slots are available near you ! Never waste time in your browser and never miss the available slots ! CoWin_Terminal will handle it all.

Functionalities

  • Search slots by state+district/pin
  • Notifies you whenever the slots are available
  • Faster than searching in browsers
  • Low end PCs can benefit a lot from this lightweight app

Execution

Simply download and install the app and naviagte within the Cowin_Terminal folder and execute the main.py file, to get the app running. At any point you feel to tweak the filters or setting you can press Ctrl + C in your terminal and restart the app, and you will get results loaded back again blazing fast !!! You may also refresh the results without changing the configurations by pressing any key in the running terminal. To cancel auto-refreshing and further searching you can enter 'n' or 'N' character.

Make sure you are connected to the internet

Installation

The app's installation process is quite easy. Simply clone this github repo from your terminal or press download as zip, and then unzip the downloaded folder to the directory of your choice.

Then navigate to the the directory and inside the CoWin_Terminal folder open your terminal and type:

pip install -r requirements.txt

You can even install this app inside a virtual environment proceed with creating a virtual environment (explained below) and then follow the same steps as shown here.

Creating a Virtual Environment:

  • Make sure you have pip installed, and download virtualenv:
    pip install virtualenv
    
  • Then create a virtual environment, copy paste the code in your terminal:
    virtualenv venv
    
  • Now activate this virtual environment
    • On Mac OS/Linux:
      source venv/bin/activate
      
    • On Windows:
      venv\Scripts\activate
      

Gallery

Demo

About

Find vaccination slots right insde your terminal, as if the CoWin portal was sitting inside your terminal !!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages