issues
search
triton2997
/
cowin-slot-notifier
Utility that automatically alerts via email if slots are available on the CoWIN portal. Provides rich filtering by list of pincodes, type of vaccine, dose number, etc
0
stars
0
forks
source link
Merging the logging module
#37
Open
triton2997
opened
2 years ago
triton2997
commented
2 years ago
Critical updates
Configured logging in all modules
Logger logs debug info in logs folder, and sends critical errors over email configured in credentials file
Moved parameters like params file name, sleep time, mail host, port, and URLs to a config file
Created a config reader module, which saves the configs in a Configs object. This Configs object is used by all modules to access the configurations
Tested individual modules and end to end functionality
Other:
Fixed formatting and naming errors in pylint
Critical updates
Other: