security_podcasts

Taken from a post on r/cybersecurity

View the Project on GitHub jjesse/security_podcasts

Security Podcasts Tracking System

This repository maintains a list of security-focused podcasts and tracks their activity status.

Files

Requirements

To run the scripts in this repository, you need Python 3.6+ and the following packages:

pip install requests
pip install beautifulsoup4
pip install pandas

How It Works

The system uses a Python script (check_active_podcasts.py) to:

  1. Read podcast URLs from the markdown file
  2. Check each podcast’s last update time
  3. Generate two CSV files:
    • podcast_status.csv: Shows only active podcasts (updated within 30 days)
    • podcast_update.csv: Shows all podcasts with their current status

Usage

To check podcast status:

python check_active_podcasts.py

Updates

See changelog.txt for a detailed history of updates and changes to the podcast list and system.