Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 540 Bytes

URLExtractor

A script to extract URLs sent from exported WhatsApp chats and producing a csv with the timestamp, title and metadata of each website.

Setup

To setup the venv in the cloned repo:

  1. First create venv in the directory of your repo using:
  • pip install --upgrade pip
  • pip install virtualenv
  • virtualenv yourenv
  • source yourenv/bin/activate
  1. The vitualenv has been created and activated. Now just install the required packages from the 'requirements.txt' file.
  • pip install -r requirements.txt