An open API service indexing awesome lists of open source software.

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

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