{"id":31711003,"url":"https://github.com/conoro/azure-ai-model-retirements-rss","last_synced_at":"2026-08-05T04:31:19.821Z","repository":{"id":310015375,"uuid":"1038391375","full_name":"conoro/azure-ai-model-retirements-rss","owner":"conoro","description":"RSS Feed for Azure AI Model retirements","archived":false,"fork":false,"pushed_at":"2025-10-05T18:03:10.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T20:20:35.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T05:39:00.000Z","updated_at":"2025-10-05T18:03:13.000Z","dependencies_parsed_at":"2025-08-15T07:16:37.213Z","dependency_job_id":"7475b5f2-f373-43c4-995a-5bcae9c6b8e9","html_url":"https://github.com/conoro/azure-ai-model-retirements-rss","commit_stats":null,"previous_names":["conoro/azure-ai-model-retirements-rss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/conoro/azure-ai-model-retirements-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fazure-ai-model-retirements-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fazure-ai-model-retirements-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fazure-ai-model-retirements-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fazure-ai-model-retirements-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conoro","download_url":"https://codeload.github.com/conoro/azure-ai-model-retirements-rss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fazure-ai-model-retirements-rss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000643,"owners_count":26082879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T00:51:58.926Z","updated_at":"2026-08-05T04:31:19.806Z","avatar_url":"https://github.com/conoro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure OpenAI Retirement Scraper\n\n## What it does\n\n- Scrapes Microsoft's Learn page for the Azure OpenAI model retirement schedule:\n  https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/model-retirement-schedule\n- Extracts the **Azure OpenAI** section table (under \"Foundry Models sold directly by Azure\").\n- Produces a CSV with a **Type** column (always `Azure OpenAI`).\n- Persists a local JSON snapshot for change detection between runs.\n- Writes an RSS feed with items for **new rows** or **field changes** (e.g., Retirement date changes).\n\nTHIS IS THE RSS FEED URL you want if you just want the info: `https://conoro.github.io/azure-ai-model-retirements-rss/rss.xml`\n\n## Using in Slack\n- make sure the built-in RSS app is installed in your workspace\n- add the RSS feed URL to a channel using `/feed add https://conoro.github.io/azure-ai-model-retirements-rss/rss.xml`\n\n\n# These steps only needed if running it yourself\n## Install\n\n```bash\npython -m venv .venv \u0026\u0026 source .venv/bin/activate\npip install -r requirements.txt\n```\n\n## Run\n\n```bash\npython scrape_ms_retirements.py\n```\n\n## Outputs\n\n- **CSV:**    `output/current_models.csv`\n- **RSS:**    `output/rss.xml`\n- **State:**  `data/snapshot.json`\n\n## Notes\n\n- First run creates a baseline snapshot and a single RSS item noting the baseline.\n- Subsequent runs include items for NEW rows and for any field updates among:\n  Lifecycle status, Retirement date, Replacement model.\n- Item links point at the `#azure-openai` anchor on the schedule page.\n\n## GitHub Actions\n\nAdd this file to your repo: `.github/workflows/retirements.yml` (included here). It runs the scraper twice per day\n(06:00 and 18:00 UTC), then commits any changes to:\n\n- `output/current_models.csv`\n- `output/rss.xml`\n- `data/snapshot.json`\n\nMake sure your repository settings allow workflows to create commits:\n\n- No extra secrets are needed; it uses the default `GITHUB_TOKEN` with `contents: write` permission.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconoro%2Fazure-ai-model-retirements-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconoro%2Fazure-ai-model-retirements-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconoro%2Fazure-ai-model-retirements-rss/lists"}