Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebML Mailing List Scraper

Fetches and converts recent messages from the W3C Web Machine Learning WG into Markdown for LLM analysis.


🛠️ Setup (macOS, Apple Silicon)

  1. Install uv

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. 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

📄 Output

Generates a Markdown file like:

<Analysis prompt goes here>

### Message URL: https://...
<converted message content>

📂 Files

  • fetch_messages.py – Scraper script
  • pyproject.toml – Dependencies
  • uv.lock – Locked versions

⚖️ License

Apache-2.0

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages