Metadata-Version: 2.1
Name: fbl
Version: 0.9.1
Summary: FBL is tool to find broken links in articles and files
Home-page: https://github.com/mr-tafreshi/fbl
Author: Amirmahdi Tafreshi
Author-email: a.tafreshi440@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: idna (==2.10)
Requires-Dist: lxml (==4.6.3)
Requires-Dist: PyMuPDF (==1.18.6)
Requires-Dist: python-docx (==0.8.10)
Requires-Dist: requests (==2.25.1)
Requires-Dist: urllib3 (==1.26.4)
Requires-Dist: ODTtoText (==0.0.1)

# FBL(Find/File broken links)

FBL is tool to find broken links in articles and files

![issues](https://img.shields.io/github/issues/mr-tafreshi/fbl)
![repo size](https://img.shields.io/github/repo-size/mr-tafreshi/fbl)
![license](https://img.shields.io/github/license/mr-tafreshi/fbl)
![stars](https://img.shields.io/github/stars/mr-tafreshi/fbl?label=Stars&logo=github)


---


## 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** :

```bash 
pip3 install fbl
```

**or**

- Get the last update via **git** :

```bash
git clone https://github.com/mr-tafreshi/fbl && cd fbl
pip3 install -e . 
```


## How to run

Run this command in your terminal or CMD :

```bash 
fbl --file_location my.pdf
```

---

### TODO

- [x] .txt support

- [x] .pdf support
- [x] Mark Down Support
- [x] docx support
- [x] .odt support
- [x] .htm and .html support
- [ ] .XLS and XLSX support
- [ ] .PPT and .PPTX support
- [ ] Add GUI version


