The Cyber Show Podcast

The Cyber Show cron job notifies you about new episodes of "The Cyber Show" podcast, providing AI-generated summaries and highlighting key points about cybersecurity practices, career advice, and industry trends discussed in each episode.

Quick Details

  • Cron Script: sendCyberShowResume.js
  • Data Source: Scraping the The Cyber Show website
  • Frequency: Bi-weekly (podcast typically releases every other week)
  • Command: npm run cron -- -c sendCyberShowResume

Functionality

The Cyber Show podcast cron job performs the following operations:

  1. Fetches the latest episode data from The Cyber Show website
  2. Checks if new episodes have been released since the last check
  3. For new episodes, extracts key information including title, publication date, duration, and show notes
  4. Uses AI to transcribe (speech-to-text) and generate a concise summary focusing on key takeaways
  5. Creates a formatted message with episode details, summary, and direct links to listen
  6. Sends the notification to your Telegram channel
  7. Tracks which episodes have been processed to avoid duplicate notifications

Usage

Running

To run The Cyber Show podcast cron job manually:

# Check for new episodes with default settings
npm run cron -- -c sendCyberShowResume