Issues
- 5
- 0
Fix sometimes our script throws error while scrolling down while clearing all chats
#89 opened by NavpreetDevpuri - 2
- 2
Make clear_chats_of_all_groups() to clear chats of all whatsapp groups.
#23 opened by NavpreetDevpuri - 2
Create track_online_status() In Chatroom class to track that someone is online or not
#28 opened by NavpreetDevpuri - 1
Solve 4 good first issues
#57 opened by NavpreetDevpuri - 4
Create join_groups() in group.py
#56 opened by NavpreetDevpuri - 4
Create clear_chats_of_all_contacts() in Chatroom class to clear all chats of all contants from web whatsapp
#24 opened by NavpreetDevpuri - 9
- 1
- 4
- 1
- 10
Create send_messages_at_time() in Chatroom class to implement simple Schedule whatsapp message
#29 opened by NavpreetDevpuri - 5
Create _is_logged_in() and _wait_util_logged_in() in class Session. The main logic is already done just put it inside new functions
#41 opened by NavpreetDevpuri - 0
- 0
Implement simple auto-reply.
#26 opened by NavpreetDevpuri - 2
- 2
Make scrape_all_contacts(), send_message_containing_url_to_their_own_chatroom() and send_message_containing_url_to_their_own_chatroom_to_all_contacts()
#42 opened by NavpreetDevpuri - 0
Headless tithiwa challenge or direct javascript runable (May be the most amazing challenge about Web-Whatsapp)
#64 opened by NavpreetDevpuri - 4
Create join_group(url) in Group.py
#53 opened by NavpreetDevpuri - 1
Create open_chat_to_myself() in contact.py
#55 opened by NavpreetDevpuri - 1
- 1
- 4
Create remove_group_admins() in Group class Similar to make_group_admins()
#48 opened by NavpreetDevpuri - 10
Create get_my_name() in waobject.py
#67 opened by NavpreetDevpuri - 6
Create get_my_about() in waobject.py
#68 opened by NavpreetDevpuri - 3
- 3
- 2
Replace all selectors from 'CSS selector' to (By.CSS_SELECTOR, 'CSS selector') in constacts.py and waobject.py
#51 opened by NavpreetDevpuri - 2
- 3
- 1
Replace ✔ and ✘ in print() with STRINGS.CHECK_CHAR and STRINGS.CROSS_CHAR
#47 opened by NavpreetDevpuri - 2
Create exit_from_all_groups() in Group class
#35 opened by Maskgirl - 0
Wait for the button to be at clickable i.e wait for the removal of the overlay
#45 opened by NavpreetDevpuri - 1
make Group as sub-classes of Chatroom and Create new class Contact sub-class of Chatroom
#46 opened by NavpreetDevpuri - 5
Create exit_from_groups() in Group class
#43 opened by NavpreetDevpuri - 2
Somehow get the default module directory path and assign that to sessiondir variable as default value
#32 opened by NavpreetDevpuri - 2
- 2
Create send_message_with_mention_all_to_group() to send given message to a group mentioning all members
#34 opened by Maskgirl - 3
Add __all__ to python files.
#33 opened by NavpreetDevpuri - 1
Make function remove_members_from_group() in Group class for removing given members from whatsapp group.
#22 opened by NavpreetDevpuri - 0
Custom session file name is not working !
#20 opened by Maskgirl - 1
Regain the flexibility of the module. Also add non-class functions to automate
#18 opened by Maskgirl - 1
- 1
- 0
convert `chatroom`, `group` and `session` to classes instead of functions
#12 opened by NavpreetDevpuri - 0
Create a util.py. Transfer all utility functions like "wait_for_an_element()" into it.
#10 opened by NavpreetDevpuri - 0
Replace sleep() with WebDriverWait().until() i.e wait for some particular elements to appears
#8 opened by NavpreetDevpuri - 0
Improve README a little bit.
#5 opened by NavpreetDevpuri - 0
Create lib file group.py
#3 opened by NavpreetDevpuri