{"id":18657124,"url":"https://github.com/qharny/rss_reader","last_synced_at":"2025-10-29T14:17:47.466Z","repository":{"id":251783692,"uuid":"838434284","full_name":"Qharny/rss_reader","owner":"Qharny","description":"A command-line RSS feed reader application built with Dart. This application allows users to manage RSS and Atom feed subscriptions, view feed items, and store subscriptions persistently.","archived":false,"fork":false,"pushed_at":"2024-08-05T16:38:24.000Z","size":11286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-18T00:39:58.888Z","etag":null,"topics":["dart","dart-cli","rss-feed","rss-reader"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/Qharny.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-08-05T16:22:39.000Z","updated_at":"2024-08-05T16:38:27.000Z","dependencies_parsed_at":"2024-08-05T19:25:34.003Z","dependency_job_id":"7d954b2a-84c9-4527-8ba2-fb4c896da8a4","html_url":"https://github.com/Qharny/rss_reader","commit_stats":null,"previous_names":["qharny/rss_reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Qharny/rss_reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qharny%2Frss_reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qharny%2Frss_reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qharny%2Frss_reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qharny%2Frss_reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qharny","download_url":"https://codeload.github.com/Qharny/rss_reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qharny%2Frss_reader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267779063,"owners_count":24143175,"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-29T02:00:12.549Z","response_time":2574,"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":["dart","dart-cli","rss-feed","rss-reader"],"created_at":"2024-11-07T07:26:45.573Z","updated_at":"2025-10-29T14:17:47.416Z","avatar_url":"https://github.com/Qharny.png","language":"Dart","readme":"# RSS (Really Simple Syndication) Feed Reader \n\nA command-line RSS feed reader application built with Dart. This application allows users to manage RSS and Atom feed subscriptions, view feed items, and store subscriptions persistently.\n\n## Features\n\n- Subscribe to RSS and Atom feeds\n- List all subscribed feeds\n- View items from a specific feed\n- Delete feed subscriptions\n- Persistent storage of feed subscriptions using SQLite\n- Support for both RSS and Atom feed formats\n\n## Prerequisites\n\n- Dart SDK (version 2.12.0 or higher)\n- SQLite\n\n## Installation\n\n1. Clone this repository:\ngit clone https://github.com/Qharny/rss_reader\ncd rss_reader\n\n1. Install dependencies:\ndart pub get\n\n## Usage\n\nTo run the application:\ndart run bin/rss_reader.dart\n\nFollow the on-screen prompts to interact with the RSS Feed Reader:\n\n1. Add Feed: Subscribe to a new RSS or Atom feed\n2. List Feeds: View all subscribed feeds\n3. View Feed Items: Fetch and display items from a specific feed\n4. Delete Feed: Unsubscribe from a feed\n5. Exit: Close the application\n\n## Project Structure\nrss_reader/\n│\n├── bin/\n│   └── rss_reader.dart\n│\n├── lib/\n│   ├── models/\n│   │   ├── feed.dart\n│   │   └── feed_item.dart\n│   │\n│   ├── services/\n│   │   ├── feed_parser.dart\n│   │   ├── feed_storage.dart\n│   │   └── feed_fetcher.dart\n│   │\n│   └── cli/\n│       └── cli_manager.dart\n│\n├── pubspec.yaml\n└── README.md\n\n## Dependencies\n\n- http: ^0.13.5\n- xml: ^6.2.2\n- path: ^1.8.0\n- sqflite: ^2.2.6\n- sqflite_common_ffi: ^2.2.5\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqharny%2Frss_reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqharny%2Frss_reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqharny%2Frss_reader/lists"}