
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
:pill: The Podcast RSS Reader and Diagnostician
:round_pushpin: This is a refactor/fork of kule/podcast_reader, thanks @kule for the efforts so far!
Add this line to your application's Gemfile:
gem "house.rb"
And then execute:
$ bundle
Or install it yourself as:
$ gem install house.rb
require "house.rb"
podcast = House::Podcast.new("http://feeds.feedburner.com/developertea")
pocast.title
pocast.description
pocast.title
pocast.description
pocast.language
pocast.last_build_date
pocast.site_link
podcast.image_url
podcast.image_title
podcast.image_link
podcast.author
podcast.subtitle
podcast.summary
podcast.publish_date
podcast.keywords
podcast.explicit?
podcast.download_image_to("./podcast_image.jpg")
podcast.updated_since(Time.now)
podcast.items.size
episode = podcast.items.first
episode.title
episode.description
episode.category
episode.author
episode.subtitle
episode.summary
episode.duration
episode.url
episode.content_type
episode.file_size
episodes.download_to("./podcast_track.mp3")
FAQs
Unknown package
We found that house.rb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.