Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-11-17 (2 days ago) | Not yet rated by the users | Total: 1 This week: 1 | All time: 11,490 This week: 56 |
Version | License | PHP version | Categories | |||
web_whatsapp_message 1.0 | MIT/X Consortium ... | 5 | PHP 5, Console, Chat, Global |
Description | Author | ||||||||||||||
This package can read messages from a WhatsApp user in the console. |
|
With this script, you can retrieve messages from the Web Whatsapp. You only need to scan the QR code to log in.After scanning the QR code, run the script again. It will start fetching messages then.It saves the messages to a file named wp_messages.txt.
Requirements:
1) Copy the link https://selenium-release.storage.googleapis.com/index.html?path=3.5/ and download the file "selenium-server-standalone-3.5.0.jar".
2) Copy the link https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.69/win64/chromedriver-win64.zip and download the "chromedriver-win64.zip". Alternatively, download the chromedriver.exe file that corresponds to the version of Google Chrome you are using. The chromedriver.exe file downloaded via the link above was tested with Google Chrome version 131.0.6778.70.
3) After entering the "web_whatsapp_messages_reader" folder, run the "composer require facebook/webdriver" command.
4) Java must be installed on your computer.It has been tested on Windows with the latest version of Chrome.
5) "selenium-server-standalone-3.5.0.jar" and "chromedriver.exe" files should be inside the web_whatsapp_messages_reader folder.
How to use:
Use command prompt to run "java -jar selenium-server-standalone-3.5.0.jar".
Use command prompt to run:
You can enter the desired username or group name instead of "username"
1.Example: php web_whatsapp_messages_reader.php -n "username" -l (fetches the latest message for the user "username" or the group "username".)
2.Example: php web_whatsapp_messages_reader.php "username" -l7(fetches the last 7 messages for the user "username" or the group "username".)
3.Example: php web_whatsapp_messages_reader.php -n "username" -d d.m.y (retrieves messages for the user "username" or the group "username" from the specified date and onwards. The date format can be in d.m.y or d/m/y.)
4.Example: php web_whatsapp_messages_reader.php -n "username" (retrieves as many messages as it can synchronize.)
Files (3) |
File | Role | Description |
---|---|---|
README.md | Doc. | Documentation |
Readme.txt | Doc. | Documentation |
web_whatsapp_messages_reader.php | Example | Example script |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
web_whatsapp_message-2024-11-17.zip 3KB | |
web_whatsapp_message-2024-11-17.tar.gz 2KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.