whatsapp-gpt
whatsapp-gpt copied to clipboard
Summary of Updates
This pull request includes several updates and improvements to the Golang WhatsApp library. The changes made include:
Updated the library to the latest version.
- Revised the README file to be more informative.
- Fixed various code errors, including message processing and ignoring group messages.
- Switched from using Chromium to Playwright on Firefox to avoid some known issues.
- Added a requirements.txt file to facilitate dependency installation.
- Integrated dependency checks to improve testing.
- Added a temporary solution to prevent error 500 by creating a server-start.py file.
- These changes aim to enhance the functionality and usability of the library.
I upgraded everything and I started to use your fork as a base to play around. Thank you very much for your work. With your fork I was able to learn something about the basics around this project and I got a bit of orientation. The CSS-path has changed (again). The selector vanished. I workarounded it with .flex.flex-col.items-start > div and the element zero with opening every time a new conversation. Unfortunately, I have no talent for css-classes, so I cannot help to figure out the new selector.
@Huskynarr , and by the way: the 500 Error after 2 hours can be solved by reloading the website before submitting the prompt. Unfortunately, I'm not able to reply onto your fork directly.