WhatsAppLog
Sample text
Getting Started
Sample text
Prerequisites
What things you need to install the software and how to install them
python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
which python #to ensure you are running in virtual environment
pip install requests
pip install -r requirements.txt
End with an example of getting some data out of the system or using it for a little demo
Usage
Python3 Main.py
Authors
- rizwansoaib - Original work inspiration - rizwansoaib
Acknowledgments
- Inspired in rizwansoaib project - Whatsapp-monitor