All Projects → JMGama → WhatsApp-Scraping

JMGama / WhatsApp-Scraping

Licence: Apache-2.0 License
Python script to get WhatsApp iformation frrom WhatsApp Web

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WhatsApp-Scraping

WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-64.47%)
Mutual labels:  firefox, selenium, whatsapp-web
Dockselpy
Dockerized Selenium and Python with support for Chrome, Firefox and PhantomJS
Stars: ✭ 237 (+211.84%)
Mutual labels:  firefox, selenium
Selenium Python Helium
Selenium-python but lighter: Helium is the best Python library for web automation.
Stars: ✭ 2,732 (+3494.74%)
Mutual labels:  firefox, selenium
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-55.26%)
Mutual labels:  firefox, selenium
Docker Python Xvfb Selenium Chrome Firefox
Dockerfiles for Python 3.6/2.7 & Selenium in a headless Chrome or Firefox environment
Stars: ✭ 82 (+7.89%)
Mutual labels:  firefox, selenium
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (+56.58%)
Mutual labels:  firefox, selenium
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-77.63%)
Mutual labels:  selenium, whatsapp-web
Foxr
🦊 Node.js API to control Firefox
Stars: ✭ 783 (+930.26%)
Mutual labels:  firefox, selenium
PyWhatsapp
Python script to control whatsapp web using terminal
Stars: ✭ 20 (-73.68%)
Mutual labels:  selenium, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+10.53%)
Mutual labels:  selenium, whatsapp-web
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-71.05%)
Mutual labels:  firefox, hacktoberfest2021
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+3.95%)
Mutual labels:  firefox, selenium
Marionette client
Mozilla's Gecko Marionette client in golang
Stars: ✭ 21 (-72.37%)
Mutual labels:  firefox, selenium
Nvidia Sniper
🎯 Autonomously buy Nvidia Founders Edition GPUs as soon as they become available.
Stars: ✭ 193 (+153.95%)
Mutual labels:  firefox, selenium
Singlefilez
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
Stars: ✭ 882 (+1060.53%)
Mutual labels:  firefox, selenium
Automated-Whatsapp
Automated WhatsApp replies using selenium module in Python
Stars: ✭ 23 (-69.74%)
Mutual labels:  selenium, whatsapp-web
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (+257.89%)
Mutual labels:  firefox, selenium
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+5711.84%)
Mutual labels:  firefox, selenium
GeckoDriver ARMv6
Compiled binaries of Gecko Driver for ARMv6 architecture (cross-compiled)
Stars: ✭ 22 (-71.05%)
Mutual labels:  firefox, selenium
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-78.95%)
Mutual labels:  firefox, selenium

💬 WhatsApp-Scraping

Python script to get WhatsApp information from WhatsApp Web

Requirements

All the libraries that we are going to use are in the requirements.txt file. You can install it with PIP in the terminal with:

sudo pip install -r requirements.txt

In order to make this project work you need to have a profile in your browser where you already scanned the QR with your account then we are going to use that account for launching the Selenium driver.

Selenium

Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.

Failure to observe this step will give you an error selenium.common.exceptions.WebDriverException: Message: ‘geckodriver’ executable needs to be in PATH.

Other supported browsers will have their own drivers available. Links to some of the more popular browser drivers follow.

For more information you can go to the Selenium Website at the installation section.

Settings

AT THIS MOMENT THE PROJECT ONLY WORKS WITH FIREFOX AND CHROME

Browser Profile FIREFOX_PATH

You need to setup your configuration in the settings.txt file. In this file you need to specify the profile of your browser where you already scan the QR whit your WhatsaApp account

For example we are using the default Firefox profile so we open Firefox and go to https://web.whatsapp.com/ then we scan our QR to login then we can close Firefox and go to search for our profile file that we have in /home/user/.mozilla/firefox/xxxxxxxx.default, now that we localized our file we add the direction to our settings.txt file in the FIREFOX_PATH

Browser Profile CHROME_PATH

For Chrome you can open Chrome browser, in the navigation bar you can go to chrome://version/ and copy the Profile path to set it in the settings.txt file in the BROWSER_PATH

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].