Tithibots / tithiwa

Automate Web WhatsApp with selenium in python.
MIT License
24 stars 22 forks source link

Create join_group(url) in Group.py #53

Closed NavpreetDevpuri closed 3 years ago

NavpreetDevpuri commented 3 years ago

As follow

  1. get a group link's code for example for the link https://chat.whatsapp.com/CEbOvWuLXyE0L1jSKFTFmC the code is CEbOvWuLXyE0L1jSKFTFmC
  2. just generate URL https://web.whatsapp.com/accept?code=CEbOvWuLXyE0L1jSKFTFmC by using the above code
  3. handle join group
    1. if not already joined ShareX_pEDnAknmrz
    2. if already joined Then chatroom is gonna open
immanuelsavio commented 3 years ago

Can you assign this issue to me if its still open

shivam5522 commented 3 years ago

Is this issue still open? And can I get assigned for it?

shivam5522 commented 3 years ago

So do I have to create this group.py script from scratch? Because I can't see any file as such.

NavpreetDevpuri commented 3 years ago

it is in tithiwa folder. You can explore those files to understand how it is working.