{"id":29554253,"url":"https://github.com/santiviquez/feedsanity","last_synced_at":"2026-02-24T01:10:41.498Z","repository":{"id":303882503,"uuid":"1016861495","full_name":"santiviquez/feedsanity","owner":"santiviquez","description":"Minimal, educational RSS reader with built-in data quality validation using Soda Core.","archived":false,"fork":false,"pushed_at":"2025-07-10T14:53:54.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T09:14:05.244Z","etag":null,"topics":["dataquality","rss","soda"],"latest_commit_sha":null,"homepage":"https://feedsanity.santiviquez.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santiviquez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-09T16:31:10.000Z","updated_at":"2025-07-10T15:17:54.000Z","dependencies_parsed_at":"2025-07-10T08:49:04.029Z","dependency_job_id":"06527771-0ab0-4de8-aded-a81729a93ed2","html_url":"https://github.com/santiviquez/feedsanity","commit_stats":null,"previous_names":["santiviquez/feedsanity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santiviquez/feedsanity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiviquez%2Ffeedsanity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiviquez%2Ffeedsanity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiviquez%2Ffeedsanity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiviquez%2Ffeedsanity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santiviquez","download_url":"https://codeload.github.com/santiviquez/feedsanity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiviquez%2Ffeedsanity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29765745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dataquality","rss","soda"],"created_at":"2025-07-18T07:09:07.773Z","updated_at":"2026-02-24T01:10:41.483Z","avatar_url":"https://github.com/santiviquez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FeedSanity\n\nFeedSanity is a minimal, educational RSS reader with built-in data quality validation using Soda Core. It is backend-rendered using FastAPI, Python, and HTML (Jinja2 templates) — no JavaScript frameworks or frontend build tools. Check a live version at: [feedsanity.santiviquez.com](https://feedsanity.santiviquez.com/)\n\n\n![Screen Recording 2025-07-09 at 14 29 46](https://github.com/user-attachments/assets/91d80186-3059-4a25-953f-b689bce5ad88)\n\n\n\n## Features\n- Input an RSS feed URL and view entries in a simple web interface\n- Data is parsed, normalized, and validated using Soda Core with a YAML config\n- Results show both feed entries and Soda Core validation log\n- No database required — uses temporary CSV files\n\n## Tech Stack\n- FastAPI\n- feedparser\n- pandas\n- Jinja2\n- [Soda Core](https://github.com/sodadata/soda-core)\n\n## Quickstart\n1. Create an uv environment:\n   ```\n   uv venv --python 3.10\n   ```\n2. Activate the new environment:\n   ```\n   source .venv/bin/activate\n   ```\n3. Install dependencies:\n   ```bash\n   uv pip install -r uv.lock\n   ```\n4. Run the app:\n   ```bash\n   uvicorn main:app --reload\n   ```\n5. Open your browser to [http://127.0.0.1:8000](http://127.0.0.1:8000)\n\n## Project Structure\n```\nfeedsanity/\n├── main.py\n├── soda_checks/\n│   └── checks.yml\n├── templates/\n│   ├── index.html\n│   └── results.html\n├── static/\n│   └── style.css\n├── requirements.txt\n├── uv.lock\n├── README.md\n```\n\n## License\nMIT \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantiviquez%2Ffeedsanity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantiviquez%2Ffeedsanity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantiviquez%2Ffeedsanity/lists"}