FBL is tool to find broken links in articles and files


License
MIT
Install
pip install fbl==0.9.2

Documentation

FBL(Find/File broken links)

FBL is tool to find broken links in articles and files

issues repo size license stars


how it works

FBL finds all the links and checks them all. Any broken link will be displayed to you

Things you need in your system

  • Python
  • Pip
  • Git

Git is not required if you are installing with pip

How to install

  • Installing via pip :
pip3 install fbl

or

  • Get the last update via git :
git clone https://github.com/mr-tafreshi/fbl && cd fbl
pip3 install -e . 

How to run

Run this command in your terminal or CMD :

fbl --file_location my.pdf

TODO

  • .txt support

  • .pdf support

  • Mark Down Support

  • docx support

  • .odt support

  • .htm and .html support

  • Directory support

  • .XLS and XLSX support

  • .PPT and .PPTX support

  • Add GUI version