{"id":13343015,"url":"https://github.com/icetemple/genrss","last_synced_at":"2025-03-12T04:31:57.262Z","repository":{"id":50188152,"uuid":"198481237","full_name":"icetemple/genrss","owner":"icetemple","description":"RSS generator for python","archived":false,"fork":false,"pushed_at":"2022-09-27T12:26:25.000Z","size":73,"stargazers_count":16,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-30T21:06:01.404Z","etag":null,"topics":["feed","feed-generator","python","rss","rss-generator","xml"],"latest_commit_sha":null,"homepage":"https://genrss.readthedocs.io/en/latest/","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/icetemple.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-23T17:48:39.000Z","updated_at":"2024-05-15T09:03:22.000Z","dependencies_parsed_at":"2023-01-18T21:16:30.912Z","dependency_job_id":null,"html_url":"https://github.com/icetemple/genrss","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetemple%2Fgenrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetemple%2Fgenrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetemple%2Fgenrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icetemple%2Fgenrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icetemple","download_url":"https://codeload.github.com/icetemple/genrss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221270024,"owners_count":16788786,"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":["feed","feed-generator","python","rss","rss-generator","xml"],"created_at":"2024-07-29T19:30:36.506Z","updated_at":"2024-10-24T03:30:18.192Z","avatar_url":"https://github.com/icetemple.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genrss\n\n[![PyPI version](https://badge.fury.io/py/genrss.svg)](https://badge.fury.io/py/genrss)\n[![Build Status](https://travis-ci.org/icetemple/genrss.svg?branch=master)](https://travis-ci.org/icetemple/genrss)\n[![Coverage Status](https://coveralls.io/repos/github/icetemple/genrss/badge.svg?branch=master)](https://coveralls.io/github/icetemple/genrss?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/genrss/badge/?version=latest)](https://genrss.readthedocs.io/en/latest/?badge=latest)\n\nRSS generator for python\n\n\n## Installing\n\ngenrss using lxml library that required:\n\n* libxml2 version 2.9.2 or later.\n* libxslt version 1.1.27 or later.\n\nTo install the required development packages of these dependencies on Linux systems,\nuse your distribution specific installation tool, e.g. apt-get on Debian/Ubuntu:\n\n```bash\nsudo apt-get install libxml2-dev libxslt-dev\n```\n\n\nInstall and update using pip:\n\n```bash\npip install -U genrss\n```\n\n\n## A Simple Example\n\n```python\nfrom datetime import datetime\nfrom genrss import GenRSS\n\nfeed = GenRSS(title='SmartFridge',\n              site_url='https://smartfridge.me',\n              feed_url='https://smartfridge.me/feed/rss.xml')\n\nfeed.item(title='black buns for burgers',\n          description='For the first time black burgers appeared ' \\\n                      'in Japan. Unusual dark color buns complemented ' \\\n                      'with black cheese and sauce. Over time, the dish ' \\\n                      'has conquered the whole world. The main secret ' \\\n                      'ingredient in popular buns is the most common... ' \\\n                      'charcoal!',\n          url='https://smartfridge.me/recipe/316b28-chernye-bulochki-dlya-burgerov/',\n          author='@smartfridge',\n          categories=['baking'],\n          pub_date=datetime.utcnow())\n\nxml = feed.xml()\n```\n\n## Links\n\nDocumentation: [https://genrss.readthedocs.io/en/latest/](https://genrss.readthedocs.io/en/latest/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficetemple%2Fgenrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficetemple%2Fgenrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficetemple%2Fgenrss/lists"}