https://github.com/albertov5/html-index-maker
Scrape local HTML files and generate an index
https://github.com/albertov5/html-index-maker
Last synced: 6 months ago
JSON representation
Scrape local HTML files and generate an index
- Host: GitHub
- URL: https://github.com/albertov5/html-index-maker
- Owner: AlbertoV5
- Created: 2022-11-21T01:05:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T06:15:54.000Z (over 3 years ago)
- Last Synced: 2024-08-10T10:01:02.905Z (almost 2 years ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Index Maker
Scrape local HTML files and generate an index.
## Usage
```shell
python -m html-index-maker -i ./resources -f .html -o ./data.json
```
This will call the module on the resources directory, look for html files and store the result in a given json file.
## Supported Reading Formats
- HTML
- ORG
## Supported Writing Formats
- JSON
- JS
- ORG
- MARKDOWN
## Changelog
- 0.1.3 Fixed .md output file, hyperlinks, headings.
- 0.1.2 Fixed .org missing linebreak.s
- 0.1.1 Added support for org, js, md, fixes.
- 0.1.0 Initial Version