whatsapp-gpt icon indicating copy to clipboard operation
whatsapp-gpt copied to clipboard

Summary of Updates

Open Huskynarr opened this issue 1 year ago • 2 comments

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.

Huskynarr avatar Apr 12 '23 00:04 Huskynarr

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.

MeinDeutschkurs avatar May 20 '23 03:05 MeinDeutschkurs

@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.

MeinDeutschkurs avatar May 21 '23 07:05 MeinDeutschkurs