Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change reload qrcode class #903

Open
wants to merge 561 commits into
base: API-Class
Choose a base branch
from
Open

Change reload qrcode class #903

wants to merge 561 commits into from

Conversation

guicuton
Copy link

Change qrcode reload class

Deprecated: _2JTSk
Current: _2pf2n

astami and others added 30 commits May 16, 2018 18:33
Fix line 105 in Readme.md
get_unread now uses unreadCount attribute from Chat object to return unread messages
Added docker-compose and entrypoint for docker
Function to Reply Quoted Message, Option to create new chat if no one found by number
# Conflicts:
#	webwhatsapi/__init__.py
syntax and requirement changes
Fixed getChats, unreadMessages, and batteryLevel functions

need fix others functions yet
Fixed functions with use contacts model or msgs model
Fake function to send image to any chat..

how to use..

create group with name DATABASEPICBOT

send images you want to send to this group with caption(captions will be used like a "id" to find image before)

just call this function with "id" image, chat you want to send, and option new caption to this image
window.Store Removed. Replacement methods for Store
Fixed a breaking line that was changed
Merge from original project
add function to sendImage

Fake function to send image to any chat..

how to use..

create group with name DATABASEPICBOT

send images you want to send to this group with caption(captions will be used like a "id" to find image before)

just call this function with "id" image, chat you want to send, and option new caption to this image
Dealing with chats and other things when doing some conversation / contact research or for some reason chats are not visible
Fixed Chat collection not available in some reasons
fixed bug in sendImageFromDatabasePicBot
Restore window.Store, add function sendMessageWithThumb
tgodoib and others added 30 commits April 16, 2019 05:02
* Fixed contact throwing 'not defined' errors

* Update contact.py
…e) (#608)

* Fix wrong identation (last commit broke tests, code don't even compile)

* FIX: finish running thread that checks new messages when WhatsAPIDriver.quit() is called
Fix all issues caused by WhatsApp Web Update on May 29.
Change qr div selector from ._2EZ_m to div[data-ref] to avoid using the dynamic class name
* Update __init__.py

* Update wapi.js
* Fix for issue :#684

* Fix for issue #545

* Fix for issue #545
* Updated is_logged_in function

This function now support login verification even if WAPI.js wasn't injected

* Fix wapi.js injection

wapi.js can only be injected after user logged in
* flake8 applied

* travis ci running flake8
* Update to wapi.js resolves #776

A small update to the deleteMessage function

* Fixed delete code

The messages need to be message objects, not just id strings
* Bug solved from issue #761

#761

* new functions:

get_chat_from_name()
send_message_with_thumbnail()

both working well.

* increment.

* added method in chat.

send_message_with_thumb()
Fix -> TypeError: webpackJsonp is not a function
* resolução do bug send image

* refactor(Requirements): Removed pipenv, added utilities scripts, moved requirements to directory and added commitzen

* test(__init__): Testing functions

Check if all are working

* fix(Docker,-SendImage-on-wapi.js,-added-samples): Fixed docker and remote.py, SendImage funcition also

* style(Black): Added black style

* missing install -r

* feat(get_status()): Add known status when whatsapp web is opened in another browser

from PR: https://github.com/mukulhase/WebWhatsapp-Wrapper/pull/873/commits

* fix(Send-Seen-Error): Send Seen

from PR: https://github.com/mukulhase/WebWhatsapp-Wrapper/pull/838/commits

* docs(How-to-contribute-guide): Added a guide
* adapt extension to new version

* fix return store

* update solution to best code

* format code

Co-authored-by: Felippe Freire <[email protected]>
referenced inside the requirements.txt
* Update setup.py

* Update wapi_js_wrapper.py

* Update wapi_js_wrapper.py
* adapt extension to new version

* fix return store

* update solution to best code

* format code

* Change long description to README.md

Co-authored-by: Felippe Freire <[email protected]>
Co-authored-by: Andre Guilhon <[email protected]>
The update method is now not part of each group metadata object, but we can achieve the same functionality from the global `window.Store.GroupMetadata` object.
* Update Wapi.js

WhatsApp Web: 2.2106.5

* Fix SendMessage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.