ayushi7rawat / CoWin-Vaccine-Notifier

Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can be modified with OOP approach and converted to CLI

anktgasm opened this issue · comments

The script is working fine, however, it's not maintainable if code goes on steroids

Suggestions

  • OOP approach can be followed and there can be different functions for each task
  • Can be converted into a CLI tool
  • Hardcoded values can be changed to user inputs

Benefits

  • Maintainable code
  • If code goes on steroids, there won't be an issue as each task has separate funcs
  • No need to run via vs code