kartikey54 / VaccineAvailabilityNotifier

534 stars 334 forks source link

Can we add multiple pin codes in the env file? #15

Open nikunj-phutela opened 3 years ago

nikunj-phutela commented 3 years ago

PINCODE=pin code 1 EMAIL= APPLICATION_PASSWORD= AGE=

PINCODE=pin code 2 EMAIL= APPLICATION_PASSWORD= AGE=

Could we do it this way?

nikunj-phutela commented 3 years ago

Does this also work when the terminal is closed?

manishsgaikwad commented 3 years ago

Need a feature to have multiple pin codes. Otherwise I have to run multiple instances of the same code for different pin codes.

sid8840 commented 3 years ago

Multi-Pin by multiple instances

root@ONGC_ _mnt_d_2mumbai45 03-05-2021 10_53_40

Soniya318 commented 3 years ago

Multi-Pin by multiple instances

root@ONGC_ _mnt_d_2mumbai45 03-05-2021 10_53_40

this is awesome, how did you do this?

sid8840 commented 3 years ago

Multi-Pin by multiple instances root@ONGC_ _mnt_d_2mumbai45 03-05-2021 10_53_40

this is awesome, how did you do this?

i have created multiple project folder containing the same files and after that just updated the .env file in each folder fired the same line of code

Soniya318 commented 3 years ago

Multi-Pin by multiple instances root@ONGC_ _mnt_d_2mumbai45 03-05-2021 10_53_40

this is awesome, how did you do this?

i have created multiple project folder containing the same files and after that just updated the .env file in each folder fired the same line of code

did you keep the main folder - "C:\Users\USER\VaccineAvailabilityNotifier-main " as it is and created sub-folders?

sid8840 commented 3 years ago

Multi-Pin by multiple instances root@ONGC_ _mnt_d_2mumbai45 03-05-2021 10_53_40

this is awesome, how did you do this?

i have created multiple project folder containing the same files and after that just updated the .env file in each folder fired the same line of code

did you keep the main folder - "C:\Users\USER\VaccineAvailabilityNotifier-main " as it is and created sub-folders?

Made multiple project under same directory and ran command

nikunj-phutela commented 3 years ago

@sid8840 could you please share a screenshot of your folder structure along with a screenshot of your env file? Would be very helpful

sid8840 commented 3 years ago

1

@sid8840 could you please share a screenshot of your folder structure along with a screenshot of your env file? Would be very helpful

sid8840 commented 3 years ago

Does this also work when the terminal is closed?

yes