mneira10 / naiveLinker

Insert links in html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naive linker

To run the autolinker, first install the dependencies

pip install -r requirements.txt

To run:

python main.py <file_path>

You can find additional help with python main.py -h:

usage: main.py [-h] file_path

Naive autolinker.

positional arguments:
  file_path   Path to the html file to autolink

options:
  -h, --help  show this help message and exit

The sample output of data.html can be found in test_ouput.html.

About

Insert links in html


Languages

Language:HTML 98.0%Language:Python 2.0%