{"id":13693901,"url":"https://github.com/witochandra/webfeed","last_synced_at":"2025-10-23T08:09:44.186Z","repository":{"id":31403531,"uuid":"127302020","full_name":"witochandra/webfeed","owner":"witochandra","description":"A dart package for parsing RSS \u0026 Atom feed","archived":false,"fork":false,"pushed_at":"2024-07-11T11:32:35.000Z","size":151,"stargazers_count":102,"open_issues_count":34,"forks_count":154,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T17:17:51.000Z","etag":null,"topics":["atom","atom-reader","dart","feed-parser","feed-reader","rss","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/witochandra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-03-29T14:18:29.000Z","updated_at":"2024-07-16T05:41:42.000Z","dependencies_parsed_at":"2024-01-14T19:02:40.870Z","dependency_job_id":"5831faad-e42e-4312-8bbf-dd87f45e4242","html_url":"https://github.com/witochandra/webfeed","commit_stats":{"total_commits":75,"total_committers":9,"mean_commits":8.333333333333334,"dds":0.1466666666666666,"last_synced_commit":"9f9b6035245dc5a72ada2b1293a2d8adc7cc2420"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witochandra%2Fwebfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witochandra%2Fwebfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witochandra%2Fwebfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witochandra%2Fwebfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witochandra","download_url":"https://codeload.github.com/witochandra/webfeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346044,"owners_count":17296138,"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","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":["atom","atom-reader","dart","feed-parser","feed-reader","rss","rss-reader"],"created_at":"2024-08-02T17:01:20.041Z","updated_at":"2025-10-23T08:09:39.155Z","avatar_url":"https://github.com/witochandra.png","language":"Dart","readme":"# WebFeed\n\n[![Build Status](https://travis-ci.org/witochandra/webfeed.svg?branch=master)](https://travis-ci.org/witochandra/webfeed)\n[![Pub](https://img.shields.io/pub/v/webfeed.svg)](https://pub.dartlang.org/packages/webfeed)\n\nA dart package for parsing RSS and Atom feed.\n\n### Features\n\n- [x] RSS (0.9, 1.0, \u0026 2.0)\n- [x] Atom\n- [x] Namespaces\n    - [x] Media RSS\n    - [x] Dublin Core\n    - [x] iTunes\n    - [x] Syndication\n\n### Installing\n\nAdd this line into your `pubspec.yaml`\n```\nwebfeed: ^0.7.0\n```\n\nImport the package into your dart code using:\n```\nimport 'package:webfeed/webfeed.dart';\n```\n\n### Example\n\nTo parse string into `RssFeed` object use:\n```\nvar rssFeed = RssFeed.parse(xmlString); // for parsing RSS feed\nvar atomFeed = AtomFeed.parse(xmlString); // for parsing Atom feed\n```\n\n### Preview\n\n**RSS**\n```\nfeed.title\nfeed.description\nfeed.link\nfeed.author\nfeed.items\nfeed.image\nfeed.cloud\nfeed.categories\nfeed.skipDays\nfeed.skipHours\nfeed.lastBuildDate\nfeed.language\nfeed.generator\nfeed.copyright\nfeed.docs\nfeed.managingEditor\nfeed.rating\nfeed.webMaster\nfeed.ttl\nfeed.dc\n\nRssItem item = feed.items.first;\nitem.title\nitem.description\nitem.link\nitem.categories\nitem.guid\nitem.pubDate\nitem.author\nitem.comments\nitem.source\nitem.media\nitem.enclosure\nitem.dc\n```\n\n**Atom**\n```\nfeed.id\nfeed.title\nfeed.updated\nfeed.items\nfeed.links\nfeed.authors\nfeed.contributors\nfeed.categories\nfeed.generator\nfeed.icon\nfeed.logo\nfeed.rights\nfeed.subtitle\n\nAtomItem item = feed.items.first;\nitem.id\nitem.title\nitem.updated\nitem.authors\nitem.links\nitem.categories\nitem.contributors\nitem.source\nitem.published\nitem.content\nitem.summary\nitem.rights\nitem.media\n```\n\n## License\n\nWebFeed is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitochandra%2Fwebfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitochandra%2Fwebfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitochandra%2Fwebfeed/lists"}