Skip to content

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

License

Notifications You must be signed in to change notification settings

kshithijiyer/linkExtract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages