{"id":28231423,"url":"https://github.com/pedrosfaria2/what_the_feed","last_synced_at":"2025-07-22T22:33:48.915Z","repository":{"id":290095367,"uuid":"973354307","full_name":"pedrosfaria2/what_the_feed","owner":"pedrosfaria2","description":"An app to manage and share RSS feeds","archived":false,"fork":false,"pushed_at":"2025-04-27T00:20:19.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T00:36:38.565Z","etag":null,"topics":["api-rest","ddd-architecture","fastapi","pydantic","python","tdd","uv","uvicorn","webapp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pedrosfaria2.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-04-26T20:02:37.000Z","updated_at":"2025-04-27T02:30:27.000Z","dependencies_parsed_at":"2025-04-26T21:32:04.188Z","dependency_job_id":null,"html_url":"https://github.com/pedrosfaria2/what_the_feed","commit_stats":null,"previous_names":["pedrosfaria2/what_the_feed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pedrosfaria2/what_the_feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrosfaria2%2Fwhat_the_feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrosfaria2%2Fwhat_the_feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrosfaria2%2Fwhat_the_feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrosfaria2%2Fwhat_the_feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrosfaria2","download_url":"https://codeload.github.com/pedrosfaria2/what_the_feed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrosfaria2%2Fwhat_the_feed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266586053,"owners_count":23952170,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["api-rest","ddd-architecture","fastapi","pydantic","python","tdd","uv","uvicorn","webapp"],"created_at":"2025-05-18T19:09:46.037Z","updated_at":"2025-07-22T22:33:48.904Z","avatar_url":"https://github.com/pedrosfaria2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What The Feed\n\nA programmable RSS Feed Mixer application that allows users to blend multiple RSS feeds into custom streams using rules for filtering, tagging, and transforming content.\n\n## System Requirements\n\n- Python 3.13 or higher\n- Docker (optional, for containerized deployment)\n- UV\n\n## Project Overview\n\nWhat The Feed is a flexible RSS feed aggregation and transformation system built with FastAPI. It enables users to:\n\n- Aggregate content from multiple RSS feeds\n- Apply custom filtering rules to feed items\n- Transform content using various rule types\n- Generate custom mixed feeds in different formats\n\n## Key Features\n\n- **Feed Management**: Add, update, and remove RSS feed sources\n- **Mixer Creation**: Create custom feed mixers that combine multiple sources\n- **Rule Engine**: Define rules for filtering and transforming feed content\n- **Custom Transformations**: Apply various transformations to feed items\n- **Multiple Output Formats**: Generate mixed feeds in different formats (RSS, JSON)\n\n\n## How to Run the Project\n\n### Setup\n\n```bash\n# Install dependencies using UV\nmake setup\n```\n\nThis command creates a virtual environment, installs dependencies, and sets up pre-commit hooks.\n\n### Run the Application\n\n```bash\n# Run the application locally\nmake run\n```\n\nThe application will start on http://0.0.0.0:8001 with auto-reload enabled.\n\n### Docker Deployment\n\n```bash\n# Run using Docker\nmake run-docker\n\n# Run using Docker Compose\nmake run-compose\n```\n\n### Development Commands\n\n```bash\n# Update dependencies\nmake update\n\n# Generate UV lock file\nmake lock\n\n# Run tests\nmake test\n\n# Run tests with coverage report\nmake test-coverage\n\n# Lint the code\nmake lint\n\n# Format the code\nmake format\n\n# Clean the project\nmake clean\n\n# Run database migrations\nmake migrate\n```\n\n## Makefile Commands\n\n- `setup`: Install dependencies using UV\n- `run`: Run the application locally\n- `run-docker`: Run the application using Docker\n- `run-compose`: Run the application with Docker Compose\n- `update`: Update dependencies using UV\n- `lock`: Generate UV lock file\n- `test`: Run tests\n- `test-coverage`: Run tests with coverage report\n- `lint`: Lint the code using flake8\n- `format`: Format the code using black\n- `clean`: Clean the project (remove cache files, build artifacts, etc.)\n- `migrate`: Run database migrations","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrosfaria2%2Fwhat_the_feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrosfaria2%2Fwhat_the_feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrosfaria2%2Fwhat_the_feed/lists"}