GithubHelp home page GithubHelp logo

jamespitt / create_rss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ciderman/create_rss

0.0 3.0 0.0 172 KB

A simple application to take local audio files and create an RSS feed of podcasts for them

Python 100.00%

create_rss's Introduction

create_rss

A simple application to take local audio files and create an RSS feed of podcasts for them

$ python create_rss.py
Usage: create_rss.py <config file>

The config file is a python script setting some or all of the following variables:

  deleteAllOld:
    Boolean - If 'maxAge' is set and 'deleteOld' is True, deletes all old
              files not just audio files
      Default: False
  deleteOld:
    Boolean - Whether files older than 'maxAge' should be deleted
      Default: False
  episodeTitle:
    String - The string format to use for the title of each episode. Available
             attributes are 'title', 'album' and 'comment'
      Default: '%(title)s'
  maxAge:
    Integer - The max age, indays, for items to be included in the RSS feed
  rssDescription:
    String - The RSS feed description
      Default: 'Random podcast description'
  rssFile:
    String (required) - The RSS (i.e. XML) file to produce
  rssLink:
    String - The website corresponding to the RSS feed
      Default: 'http://www.example.com/'
  rssTitle:
    String - The RSS feed title
      Default: 'Random podcast title'
  rssTtl:
    Integer - How long (in minutes) a feed can be cached before being
              refreshed
      Default: 60
  source:
    String (required) - The directory containing content for this feed
  sourceUrl:
    String (required) - The URL for the 'source' directory on the internet
  verbosity:
    Integer (0-5) - Amount of information to output. 0 results in no output
      Default: 2

create_rss's People

Contributors

ciderman avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.