Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 838 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 838 Bytes

linkExtract

This is a command-line tool which can be used to extact links from IRC log files.

Prerequisites

Python 3.x

Installation and Usage

  1. Download the project files from github.
git clone https://github.com/kshithijiyer/linkExtract.git
  1. Change directory to the project directory.
cd linkExtract
  1. To extract links from log files run any one of the following commmands.
python3 linkExtract.py -i <inputfile> -o <outputfile>
or 
python3 linkExtract.py --ifile=<inputfile> --ofile=<outputfile> 
  1. For displaying the help menu use the following command.
python3 linkExtract.py -h

Built with

IDLE 3

Author

Kshithij Iyer

Licence

The project is released under Apache 2.0 licence.