Metadata-Version: 2.1
Name: wpp-scraper
Version: 0.0.3
Summary: The Most Powerful Contact Scraper for Whatsapp Web.
Author-email: João Tolovi <jhontolovi@gmail.com>
License: MIT License        
        Copyright (c) 2020 pacotepypi        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.        
Project-URL: Homepage, https://github.com/joaotolovi/Whatsapp-Web-Scraper-
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Whatsapp-Web-Scraper-
The Most Powerful Contact Scraper for Whatsapp Web.

## Why the most powerful?
This powerful scraper is based on non-dynamic selectors, with well-structured and thought-out strategies for finding elements on the page. That's why it doesn't get lost with the change of classes and id's that happen in apps like instagram, whatsapp among others. Having a much longer lifetime and providing more security in its implementation.

## How to install:
###

To run you need chrome installed.
```
pip install --upgrade selenium
pip install --upgrade webdriver-manager
```

### Example:
```
from whats_scraper import WhatsAppScraper

test=WhatsAppScraper()
test.login()
test.get_all_names_contacts()
test.get_my_contacts()
```
