Skip to content

Vaccine-Hunters-Canada/VaxFinder-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VaxFinder - Discord Bot

Discord bot which uses the VaxFinder API to display appointments via slash commands.

Setup:

  • pip install requirements.txt
  • In any Python environment: keyring.set_password("VaxFinderDiscord", "BotToken", [your Discord bot token here])
  • python3 bot.py

This bot uses the Vaccine Ontario database for vaccination appointments in Ontario, and the Find Your Immunization database for all other provinces.

Usage

The /find [postal] [dose] command will display the single best appointment based on the first 3 digits of the postal code given, which has the dose number specified available. /findall [postal] [dose] will send a direct message with a list of curated vaccination appointments.

Screenshots

image image

About

VaxFinder Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages