Taken from a post on r/cybersecurity
This repository maintains a list of security-focused podcasts and tracks their activity status.
List_of_podcast.md
: Contains the comprehensive list of security podcasts with their descriptions and linkscheck_active_podcasts.py
: Python script that checks podcast activity statuspodcast_status.csv
: Contains the current status of active podcastspodcast_update.csv
: Contains the full status report of all podcastschangelog.txt
: Tracks all changes and updates to the systemTo run the scripts in this repository, you need Python 3.6+ and the following packages:
pip install requests
pip install beautifulsoup4
pip install pandas
The system uses a Python script (check_active_podcasts.py
) to:
podcast_status.csv
: Shows only active podcasts (updated within 30 days)podcast_update.csv
: Shows all podcasts with their current statusTo check podcast status:
python check_active_podcasts.py
See changelog.txt
for a detailed history of updates and changes to the podcast list and system.