Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0vj/fbl
FBL is tool to find broken links in articles and files
https://github.com/0vj/fbl
hacktoberfest python python3
Last synced: 3 months ago
JSON representation
FBL is tool to find broken links in articles and files
- Host: GitHub
- URL: https://github.com/0vj/fbl
- Owner: 0vj
- License: mit
- Created: 2021-01-09T20:25:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T21:28:43.000Z (over 1 year ago)
- Last Synced: 2024-07-27T01:42:56.305Z (4 months ago)
- Topics: hacktoberfest, python, python3
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 33
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 my.pdf
```---
### TODO
- [x] .txt support
- [x] .pdf support
- [x] Mark Down Support
- [x] docx support
- [x] .odt support
- [x] .htm and .html support
- [x] Directory support
- [ ] .XLS and XLSX support
- [ ] .PPT and .PPTX support
- [ ] Add GUI version