hpr4403 :: How to get your very own copy of the HPR database
Commands to download and query the HPR database
Hosted by norrist on Wednesday, 2025-06-18 is flagged as Clean and is released under a CC-BY-SA license. 
             sql,        hpr.
    
4. 
 Listen in ogg,
opus,
or mp3 format.  Play now:
	
	
	Duration: 00:02:52
Download the transcription and  
	subtitles.
general.
Get your own copy of the HPR database
reset_hpr.sh
systemctl start mariadb curl https://hackerpublicradio.org/hpr.sql > hpr.sql mariadb -e 'drop database hpr_hpr' mariadb -e 'create database hpr_hpr' mariadb hpr_hpr < hpr.sql mariadb -e 'select count(*) from eps' hpr_hpr mariadb -e 'select * from comments where comment_author_name="Torin Doyle" \G' hpr_hpr