LeninGangwal / Big-Basket-Delivery-Slots

Automates the process of finding delivery slots in BigBasket during the Covid-19 chaos.
41 stars 16 forks source link

notifier for windows and more instructions #8

Open rameshgkwd05 opened 4 years ago

rameshgkwd05 commented 4 years ago

Tested and extended code for Windows. Notify the slot availability in the Notification tray. Time-marked the print statements. Counting the retries now. More verbal instructions for users on the python terminal. Fixes #7

Himanshu22 commented 4 years ago

Microsoft Windows [Version 10.0.18362.657] (c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\himan>cd C:\Users\himan\OneDrive\Desktop\Big-Basket-Delivery-Slots-master

C:\Users\himan\OneDrive\Desktop\Big-Basket-Delivery-Slots-master>python BB_slot.py Traceback (most recent call last): File "BB_slot.py", line 3, in from plyer import notification ModuleNotFoundError: No module named 'plyer'

C:\Users\himan\OneDrive\Desktop\Big-Basket-Delivery-Slots-master>

I get this error

rameshgkwd05 commented 4 years ago

Hi Himanshu,

You need to install newly added requirements too. Have you done pip install -r requirements ?