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

  1. Configured logging in all modules
  2. Logger logs debug info in logs folder, and sends critical errors over email configured in credentials file
  3. Moved parameters like params file name, sleep time, mail host, port, and URLs to a config file
  4. 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
  5. Tested individual modules and end to end functionality

Other:

  1. Fixed formatting and naming errors in pylint