Script to check open slot for 18+ age group in particular district and pin code area

Running instruction

  • install go: 1.14 (might work with other versions as well)

  • install following library for sending notifications go get -u github.com/gen2brain/beeep go get -u github.com/faiface/beep go get .

  • To find open slots for 18+ citizens for today, run following command

  • Using PIN: go run main.go pin 485001 1

  • To find open slots for 18+ citizens for next 5 days, run following command

  • Using PIN: go run main.go pin 485001 1 5

  • To find open slots for 18+ citizens for next 5 days and alert by playing manual song(plays for 2 sec), run following command

  • Using PIN: go run main.go pin 485001 1 5 example.mp3

pin: always pin for finding slot using pin pin value: value of pin for exampl: 485001 frequency: it defines frequency of querying in minutes

  • Using : go run main.go did 513 1 did: always did for finding slot using pin did value: value of pin for example: 513

frequency: it defines frequency of querying in minutes

Configuration

  • To blacklist a center with centre_id, add it to the list names BLACKLIST in main.go
Owner
Ajay Kumar Saini
Engineer
Ajay Kumar Saini
Similar Resources

A small CLI tool to check connection from a local machine to a remote target in various protocols.

CHK chk is a small CLI tool to check connection from a local machine to a remote target in various protocols.

Oct 10, 2022

CLI tool for CIDR range operations (check, generate)

cidrchk A CLI tool to assist you with CIDR ranges and IPs. Install it You can download the latest binary for Linux (Intel and Arm), macOS, and Windows

Nov 27, 2022

check if new episodes of anime has been released from you're terminal

check if new episodes of anime has been released from you're terminal

checkanime Check if new episodes of you're favourite anime has been released from you're terminal Installation Make sure $GOPATH/bin is added to PATH

Jan 20, 2022

Github-org-diff - Simple CLI tool to check a diff between 2 branches of all org repos

github-org-diff Simple CLI tool to list org repos that have diff between dev and

Jan 25, 2022

AI-powered code snippet generator using ChatGPT. Generate code in various languages based on natural language descriptions!

SnipForge - AI-Powered Code Snippet Generator SnipForge is a powerful command-line interface (CLI) tool that utilizes OpenAI's GPT technology to gener

May 5, 2023

A wrapper around cd and xdg-open to use aliases to directory paths in terminal

CDD - Change directories Dynamically I am a lazy linux user and turns out that basic tab completion wasn't enough for me to navigate through my direct

Dec 15, 2022

a Go language free and open-source document for learning from zero level

Go document a GO language free and open-source document for learning from zero level Please publish and collaborate OPEN-SOURCE Sections About go lang

Jan 8, 2023

Experimental go cli tool to track your open issues and PRs.

Experimental go cli tool to track your open issues and PRs.

git-sum cli tool See open issue and pull request counts for each repository of the user. Installation go install github.com/suadev/git-sum@latest Usa

Jan 21, 2022

An open-source GitLab command line tool bringing GitLab's cool features to your command line

An open-source GitLab command line tool bringing GitLab's cool features to your command line

GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching

Dec 30, 2022
Comments
  • package cowin and notify; introduce go mod

    package cowin and notify; introduce go mod

    • [x] Segregates Cowin calls and notification
    • [x] Uses channels as a contract for Cowin package for recurring
    • [x] Introduce go modules

    Packages Cowin to be able to use it in other package as I plan to

Related tags
Just a simple CLI tool to group dependabot PRs by dependency and merge them.
Just a simple CLI tool to group dependabot PRs by dependency and merge them.

Dependabotbot Have you been the victim of a lodash update? Has your notification page in Github been assaulted by needing to update a patch version of

Jun 30, 2022
ag is a tool for defining an alias for a group of commands

AG Introduction ag is a command line tool that similar to Makefile. with ag you can make an alias for group of commands with custom flags. This tool i

Jul 17, 2022
Related is a simple cli utility tool to create files or a group of files.

Related - Create files based on individual definitions or groups Related helps with common file-creation-based tasks. You can predefine single types a

Apr 16, 2022
A simple script to run speedtest(offical) CLI tool and store the results in CSV

PeriodicBW A script made to run official speedtest.net binary periodically and store the results in a CSV file Installation Get the official speedtest

Aug 10, 2021
🚀 Platform providing a powerful and fast public script parsing API dedicated to the Skript community.

SkriptMC-Parser is currently a prototype in the early stages of development of a system that allows the Skript community to test their scripts via a public API for potential errors or warnings. This is a quick and easy way to check your scripts without having to set up a Spigot server on your environment.

Mar 3, 2022
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

Sloc Cloc and Code (scc) A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physica

Jan 8, 2023
This utility verifies all commands used by a shell script against an allow list

Find external commands required by shell scripts When writing shell scripts that need to run portably across multiple hosts and platforms, it's useful

Aug 15, 2022
Hostover is a hosts file poisoning script written in Go
Hostover is a hosts file poisoning script written in Go

Hostover - Hosts file Poisoner Hostover is a hosts file poisoning script written in Go It will poison the hosts file with fake IP-Domain connections,

Jan 1, 2022
Goodmorning - Daily do-nothing script to ensure daily tasks are reported

goodmorning Daily do-nothing script to ensure daily tasks are accomplished. Usag

Dec 31, 2021
Instal - Install any binary app from a script URL
Instal - Install any binary app from a script URL

??️ Install any binary app from a script URL. this cli app is an alternative to

Jun 30, 2022