https://github.com/abhiprojectz/whatsapp_auto_scrapper
This is a whatsapp web scraper that works lighting fast.
https://github.com/abhiprojectz/whatsapp_auto_scrapper
Last synced: 4 months ago
JSON representation
This is a whatsapp web scraper that works lighting fast.
- Host: GitHub
- URL: https://github.com/abhiprojectz/whatsapp_auto_scrapper
- Owner: abhiprojectz
- Created: 2021-03-14T15:10:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T16:05:10.000Z (over 4 years ago)
- Last Synced: 2025-01-07T21:34:31.506Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello there,
This is the Whatsapp web scraper that can scrap the whatsapp chats messages from both:
+ Groups
+ Contacts# Getting started
Install all the requirements.
Just locate the driver (or the driver path under `driver_path` variable) into the whatsapp_scrape package.
> Remember: it will be placed there in that same directory.
(you can also change the paths easily)
# Features
+ Login onces and use it forever!
+ Extra customizations added inorder to customize it easily.
+ Save to CSV File
+ Save to SqliteDB
+ Save to JSON# Examples
Just run the following code to test it:
```py
from whatsapp_scrape.scraper import locate_chatdef main():
locate_chat() # Type here the name to scrapif __name__ == '__main__':
main()```
This will locate your chat!
Further more, you can also run all the testcases.
# Key note
Remember before running the test cases be sure to run the `scrape.py` first.