ranjan-mohanty / vfs-appointment-bot

VFS Appointment Bot - This script automates checking for appointments at VFS Global offices in a specified country.
MIT License
170 stars 81 forks source link

How to support others centers/countries? #58

Closed fcakyon closed 1 month ago

fcakyon commented 2 months ago

Thanks for the excellent project! Can you please indicate which lines need updating to accommodate other countries or appointment centers?

ranjan-mohanty commented 1 month ago

If it's a new destination country, create a new class inheriting from the VfsBot base class to represent the country's specific implementation. Additionally, add a new mapping to the vfs_bot_factory.py to associate the country code with the newly created class.