Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes every weekday Monday through Friday.
This page was generated by The HPR Robot at


hpr3654 :: Use the data in the Ogg feed to create a website.

How much of of site can I make using only the data from the feed?

<< First, < Previous, , Latest >>

Hosted by norrist on 2022-08-04 is flagged as Clean and is released under a CC-BY-SA license.
python, rss, sqlite. (Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3654

Listen in ogg, spx, or mp3 format. Play now:

Duration: 00:13:27

general.

Make a website using the HPR RSS Feed

Welcome to part II of my experiment in how much can be done with the data ion the HPR feed

In my previous episode https://hackerpublicradio.org/eps.php?id=3637 I discussed taking the data from the HPR feed and stuffing the useful bits into a sqlite database.

Today, Ill discuss some of my adventures generating a static site using the feed data

Lessons learned

  • Maybe skip DB step
  • I tend to over use Markdown - sometimes HTML is Better
  • So much content on HPR

Tech

My original intent was to create markdown files that could be feed into an existing static site generator, something like Hugo or Jekyll.

I started with markdown but had to add too much html.

I'm am a bit fan of using Markdown, but it did not fit this particular use case

Feed as source of data

I added some HTML for header footer

  • Header
    • bootstrap CSS columns
    • hpr logo
  • footer
    • Links
    • Copyright

Pages

  • Main page listing the most recent shows
  • A page listing all shows
  • Individual pages for each show
  • A page listing all the hosts
  • individual page for each host

One thing I would like to see on the HPR page is a count of how many shows there are for each host. I have enough data, so I added show counts.

Missing data

  • host profiles - web page, avatars
  • tags
  • series
  • Summary - The short 100 character summary of what your show is about
  • License
  • Other pages on the HPR site.
    • What you need to know
    • How to help out
    • Requested topics
    • ...

How does it work

  • Peewee to read from sqlite file
  • Python aggregates the appropriate data
  • Jinja Templates for
    • index - passed data from most recent shows
    • All shows
    • host page
    • corespondents - all host

TODO

  • Incorporate Comment feed
  • Generate static copy of RSS feed.
  • Copy content from HPR pages that are not in the RSS feed.
  • Generate Tags from Keywords in the show notes.
  • Only use the Full Feed on the first run.

Comments

Subscribe to the comments RSS feed.

Leave Comment

Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.

Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).

Provide feedback
Your Name/Handle:
Title:
Comment:
Anti Spam Question: What does the letter P in HPR stand for?
Are you a spammer?
What is the HOST_ID for the host of this show?
What does HPR mean to you?