alright
alright copied to clipboard
Python wrapper for WhatsApp web-based on selenium
While running messenger = WhatsApp() I am getting the issue of https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116.0.5845
https://github.com/Kalebu/alright/blob/b7a1d257fa8c830ed4d026c67196537b6f57451b/alright/__init__.py#L528C26-L528C27 this XPATH work for me: '//*[@id="app"]/div/div[2]/div[2]/div[2]/span/div/span/div/div/div[2]/div/div[2]/div[2]/div/div/span'
Just a heads up I used the example.py in a loop and got banned in 5 messages, not an issue, just a warning.
I installed the latest version through releases but getting this error: ``` >>> from alright import WhatsApp >>> messenger = WhatsApp() [WDM] - Current google-chrome version is 119.0.6045 [WDM] -...
…'options' The issue is being caused due to changes in Selenium (4.10.0). Now, to pass in an executable path, it requires the use of the service arg.
Hi I've got error when trying to execute messenger = WhatsApp() Got errort message: Traceback (most recent call last): File "", line 1, in File "/home/dharma/.local/lib/python3.10/site-packages/alright/__init__.py", line 39, in __init__...
Help, I cant send picture, when using messenger.send_picture('image.jpg', "test sending image") it just stuck on image, no text added and not send when i try send message without images get...
I made a GUI interface for the send message function Mr Caleb pay attention please https://github.com/king-tri-ton/wa-sender-en
when you want to use this library with Arabic languge it give you mistakes especially with long messages, thats whay I did this fast modifing and add some changes to...
5c4833e reflects poorly on the author of that code change and it also reflects poorly on the maintainer for allowing this to be merged obviously without even looking at the...