Skip to content

Ogekuri/HtmlDownloader

Repository files navigation

🚧 DRAFT: Preliminary Version 📝 - Work in Progress 🏗️ 🚧

⚠️ IMPORTANT NOTICE: Source code generated by AI 🤖✨ ⚠️

HtmlDownloader (0.1.0)

HTML downloader for offline LLM usage

Feature Highlights

TODO: write this section.

Texas Instrument website support

Installation

Install with uv:

uv pip install .

Or install directly from the repository:

uv pip install git+https://github.com/Ogekuri/HtmlDownloader.git

Usage

Run with uvx (without installation):

uvx --from . htmldownloader --from-url <URL> --to-dir <DIRECTORY>

Or after installation:

htmldownloader --from-url <URL> --to-dir <DIRECTORY>

Examples

Download a webpage to the current directory:

htmldownloader --from-url https://example.com --to-dir ./downloads

Run with uvx:

uvx --from . htmldownloader --from-url https://example.com --to-dir ./downloads

Parameters

  • --from-url: The URL of the web page to download (required)
  • --to-dir: The directory where the HTML file will be saved (required)

About

📥 HTML downloader for offline LLM usage 📥

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors