alright icon indicating copy to clipboard operation
alright copied to clipboard

Use Existing Open Chrome Window with Whatsapp Web

Open BilalBhatti opened this issue 3 years ago • 3 comments

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.

BilalBhatti avatar Nov 27 '21 17:11 BilalBhatti

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

theCJMan avatar Jan 18 '22 12:01 theCJMan

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

BilalBhatti avatar Jan 19 '22 06:01 BilalBhatti

Working on this!

euriconicacio avatar Jun 09 '22 06:06 euriconicacio