This Django application automates WhatsApp messaging based on unread messages. It utilizes web scraping techniques to interact with WhatsApp Web, automating the process of sending responses.
- Automated response to unread WhatsApp messages.
- Customizable message templates.
- No need for pictures or GIFs.
-
Clone the Repository
git clone [Your Repository URL] cd [Your Repository Directory]
-
Install Dependencies
pip install -r requirements.txt
-
Web Scraping Setup -Ensure you have a compatible Chrome web driver installed for Selenium. -Update the web driver path
-
Run the Django Server
python manage.py runserver