Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
355 stars 109 forks source link

How to use this in server #122

Open sts-vaidehi opened 1 year ago

sts-vaidehi commented 1 year ago

While using this library on localhost with the setup of chrome browser it works perfectly but I am unable to setup my solution on production server as server cant have chrome interface, can you please guide me how to use this in dedicated server space

Kalebu commented 1 year ago

Hi @sts-vaidehi Alright does not currently support headless mode so basically it won't work

Unless you decide to run it on a some kind of Window server with browser UI in it

Hope that helps