A script to extract URLs sent from exported WhatsApp chats and producing a csv with the timestamp, title and metadata of each website.
To setup the venv in the cloned repo:
- First create venv in the directory of your repo using:
pip install --upgrade pippip install virtualenvvirtualenv yourenvsource yourenv/bin/activate
- The vitualenv has been created and activated. Now just install the required packages from the
'requirements.txt'file.
pip install -r requirements.txt