JMGama / WhatsApp-Scraping

Python script to get WhatsApp iformation frrom WhatsApp Web
Apache License 2.0
108 stars 65 forks source link

Make a hierarchy file for the used components. #3

Closed JMGama closed 3 years ago

JMGama commented 4 years ago

Context

Since the Whatsapp Web page is made with React, everytime they re-deploy, the class names changes and all the project fall apart. 💔

Requirement

A great idea from Naveen Prasanth was to make a file with the hierarchy of the components so we can make calibration and update the class names automatically when the application starts.

Example:

The left panel that has the chatters has the next hierarchy html/body/div/div/div/div/div/div/div/div/div/div

VISWESWARAN1998 commented 4 years ago

Would like to know more about this project, I would like to contribute.

Regards, Visweswaran N

NaveenPrasanth commented 4 years ago

Hi JMGama! I am Naveen Prasanth. I would like to take this feature to completion. Sorry for the delayed response.

NaveenPrasanth commented 4 years ago

Please confirm if any one is already working on this.

JMGama commented 4 years ago

Thanks for the help @NaveenPrasanth go on, no one is working on this feature! Thanks a lot! 💖

JMGama commented 3 years ago

Fixed in the latest Merge #5 👍