{"id":34096467,"url":"https://github.com/xheuz/feedler","last_synced_at":"2026-03-11T10:32:54.568Z","repository":{"id":57429007,"uuid":"293370462","full_name":"xheuz/feedler","owner":"xheuz","description":"Convert rss feed to dict.","archived":false,"fork":false,"pushed_at":"2020-09-07T22:36:17.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-16T19:56:41.077Z","etag":null,"topics":["rss","rss-feed-parser"],"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/xheuz.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}},"created_at":"2020-09-06T22:16:43.000Z","updated_at":"2020-09-07T22:36:19.000Z","dependencies_parsed_at":"2022-09-02T17:23:09.027Z","dependency_job_id":null,"html_url":"https://github.com/xheuz/feedler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xheuz/feedler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xheuz%2Ffeedler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xheuz%2Ffeedler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xheuz%2Ffeedler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xheuz%2Ffeedler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xheuz","download_url":"https://codeload.github.com/xheuz/feedler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xheuz%2Ffeedler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30378102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: 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":["rss","rss-feed-parser"],"created_at":"2025-12-14T15:36:34.951Z","updated_at":"2026-03-11T10:32:54.524Z","avatar_url":"https://github.com/xheuz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedler\n\nA dead simple parser.\n\nThis package is intended to be used as a global parser mainly for rss feeds.\n\n## Setup\n\n```\npip install feedler\n```\n\n## Usage\n\n```python\nfrom feedler.parsers import rss_parser\n\n# parse from a url\nrss_dict = rss_parser(\"https://sample.url\")\n\n# parse from a file\nrss_dict = rss_parser(\"/path/to/file\")\n\n# get the rss as json\nrss_json = rss_parser(\"url or file_path\", format=\"json\")\n```\n\n## Test\n\nFirst you need to clone this repo\n\n```\ngit clone git@github.com:xheuz/feedler.git\n```\n\nThen you need to add a virtualenv\n\n```bash\npython3 -m virtualenv ./.venv\n\n# activate your venv\nsource .venv/bin/activate\n\n# install all requirements.txt\npip install -r requirements.txt\n```\n\nAnd last run the tests\n\n```\nexport PYTHONPATH=${PWD}; pytest -v .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxheuz%2Ffeedler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxheuz%2Ffeedler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxheuz%2Ffeedler/lists"}