This is a command-line tool which can be used to extact links from IRC log files.
Python 3.x
- Download the project files from github.
git clone https://github.com/kshithijiyer/linkExtract.git
- Change directory to the project directory.
cd linkExtract
- 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>
- For displaying the help menu use the following command.
python3 linkExtract.py -h
The project is released under Apache 2.0 licence.