Skip to main content

Questions tagged [rss]

RSS Rich Site Summary (originally RDF Site Summary, often dubbed Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

4 votes
1 answer
233 views

Blog site generator in python

Summary: This project is a simple static blog site generator written in python, utilizing pandoc to convert posts written in Markdown to HTML. It is essentially a follow up to my previous post: blog ...
766F6964's user avatar
  • 901
2 votes
1 answer
111 views

Create URL's, then download and print each RSS feed text

Looking for a more efficient way of achieving this. In particular the combine_all_rss_lists so I don't need all those params. Feedparser module doesn't accept lists which is why I've had to initially ...
Luca's user avatar
  • 67
4 votes
0 answers
112 views

RSS Reader from Multiple sources

I am writing a RSS reader Library which should be able to read the data from different sources. I am very new to writing libraries and not sure if I am going right with it. These are my base ...
Shivang MIttal's user avatar
5 votes
2 answers
315 views

RSS feed viewer in Clojure

This semester a classmate and I visited a course on functional programming in our university. For grading, we've to submit a small project which should be written in Clojure and make use of functional ...
Mario's user avatar
  • 51
4 votes
1 answer
92 views

Fetching and modifying CNN headlines

This is a project I came up with just as an exercise with to familiarize myself with Python syntax and data types. I am just learning how to code and would like to avoid establishing bad habits. On ...
GCM's user avatar
  • 51
9 votes
1 answer
1k views

A web scraper that looks for pre-defined words in news articles

I'm still fairly new to Python and web-scraping, but a colleague asked asked me if I could build a web-scraper that could be used by a think tank he's a member of to find news articles matching a pre-...
DanielH's user avatar
  • 177
3 votes
2 answers
430 views

Parse atom RSS feed with xml.dom.minidom

I had to parse a blogger RSS feed but I didn't have access to any third party modules like feedparser or lxml. I was stuck with the task of writing a library to parse RSS feeds; challenge accepted. I ...
Ricky Wilson's user avatar
  • 1,705
8 votes
2 answers
195 views

Wordpress RSS Parser

Follow Up to my earlier question. This is an RSS Parser intended only to parse the feed Wordpress provides (and even then, only what I actually want to display on my website). ...
RubberDuck's user avatar
  • 31.2k
5 votes
1 answer
535 views

RSS Parser for Blog Feed

I'm building an RSS feed parser so, later, I can retrieve recent blog posts on my word press blog and display recent posts on my other website. This code isn't intended to implement the full RSS spec. ...
RubberDuck's user avatar
  • 31.2k
3 votes
0 answers
187 views

Converting YouTube channels to podcasts

I created a Django app that converts YouTube channels to podcasts. It uses the actual YouTube paths for the URLs. The idea is that the user can just find the YouTube address of the desired channel (...
user avatar
3 votes
2 answers
353 views

RSS to HTML script - version two

I wrote this script that downloads an RSS feed and converts it to HTML. One of my only concerns is my variable naming because I suck at naming things. ...
Ricky Wilson's user avatar
  • 1,705
4 votes
3 answers
1k views

Simple RSS to HTML converter

Is this code pythonic, easy to read, stable, or missing something? ...
Ricky Wilson's user avatar
  • 1,705
0 votes
2 answers
854 views

Bookmarklet to go to YouTube channel RSS feed

I've written a simple bookmarklet to go to the YouTube channel RSS feed URL from at least any video or channel page: ...
l0b0's user avatar
  • 9,117
3 votes
0 answers
59 views

Regularly watch recent posts of a blog for specific words with HTML scraping

Task I want to watch the "Recent Posts" section of a blog for changes/new posts but only for specific posts containing a pre-defined word. Afterwards a list should be outputted in the console with ...
sceiler's user avatar
  • 305
3 votes
1 answer
862 views

Get RSS feeds and store them into database

It is my first program in Clojure. It read RSS feed's list from text file, get each feed and store result into sqlite database. project.clj: ...
ceth's user avatar
  • 812

15 30 50 per page