Skip to content

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

Notifications You must be signed in to change notification settings

Vortexx2/URLExtractor

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages