Skip to main content

RSS feed generator for python

Project description

genrss

Build Status Coverage Status

RSS generator for python

Installing

Install and update using pip:

pip install genrss

A Simple Example

    from datetime import datetime
    from genrss import GenRSS

    feed = GenRSS(title='SmartFridge',
                  site_url='https://smartfridge.me',
                  feed_url='https://smartfridge.me/feed/rss.xml')

    feed.item(title='black buns for burgers',
              description='For the first time black burgers appeared ' \
                          'in Japan. Unusual dark color buns complemented ' \
                          'with black cheese and sauce. Over time, the dish ' \
                          'has conquered the whole world. The main secret ' \
                          'ingredient in popular buns is the most common... ' \
                          'charcoal!',
              url='https://smartfridge.me/recipe/316b28-chernye-bulochki-dlya-burgerov/',
              author='@smartfridge',
              categories=['baking'],
              pub_date=datetime.utcnow())

    xml = feed.xml()

Links

Documentation: https://genrss.readthedocs.io/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genrss-1.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

genrss-1.0.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page