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:
- Fetches the latest episode data from The Cyber Show website
- Checks if new episodes have been released since the last check
- For new episodes, extracts key information including title, publication date, duration, and show notes
- Uses AI to transcribe (speech-to-text) and generate a concise summary focusing on key takeaways
- Creates a formatted message with episode details, summary, and direct links to listen
- Sends the notification to your Telegram channel
- 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