Fetches and converts recent messages from the W3C Web Machine Learning WG into Markdown for LLM analysis.
-
Install
uvcurl -LsSf https://astral.sh/uv/install.sh | sh -
Clone & run
git clone https://github.com/atsyplikhin/w3-ml.git cd w3-ml uv venv && source .venv/bin/activate uv pip install -r pyproject.toml uv run python fetch_messages.py
Generates a Markdown file like:
<Analysis prompt goes here> ### Message URL: https://... <converted message content>
fetch_messages.pyβ Scraper scriptpyproject.tomlβ Dependenciesuv.lockβ Locked versions
Apache-2.0