alright
alright copied to clipboard
Use Existing Open Chrome Window with Whatsapp Web
I believe loading whatsapp window again and again consumes alot of resources over my Pi. Is it possible to use already open window and send message? How about copying message to clip-board and pasting it using selenium in existing window?
Btw v v v good code. I made it work with Chromium browser instead of chrome. Works like a charm.
Hi there @BilalBhatti It would be very nice if you can document for us how you made it to work on Pi My Pi 4 is under utilized and would love to move it to Pi
Hi there @BilalBhatti It would be very nice if you can document for us how you made it to work on Pi My Pi 4 is under utilized and would love to move it to Pi
Its pretty straight forward installation
git clone https://github.com/Kalebu/alright cd alright alright > sudo python3 setup.py install pip3 install -U selenium sudo apt-get install chromium-chromedriver pip3 install webdriver-manager pip3 install --upgrade requests
Working on this!