A robot that scrapes a webpage to extract MP3s, uploads them, extracts metadata, creates a schedule, and uses the MP3s to call according to the schedule.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Charles Reid 5a97e9ac07 adding a driver. 10 years ago
files updating readme. adding some files for nixon tapes website. 10 years ago
.gitignore Finishing up here. Mike Piazza does just about everything we need it to do. 10 years ago
CSVReader.py Finishing up here. Mike Piazza does just about everything we need it to do. 10 years ago
Driver.py adding a driver. 10 years ago
LICENSE Initial commit 10 years ago
README.md updating readme. adding some files for nixon tapes website. 10 years ago
Scraper.py Finishing up here. Mike Piazza does just about everything we need it to do. 10 years ago
Uploader.py Finishing up here. Mike Piazza does just about everything we need it to do. 10 years ago

README.md

mike-piazza

A robot that scrapes a webpage to extract MP3s, uploads them, extracts metadata, creates a schedule, and uses the MP3s to call according to the schedule.

Mike Piazza performs three functions:

  1. Scrape NixonTapes.org (or some other website) for MP3 files and associated metadata

  2. Upload MP3 files to charlesreid1.com or other remote site

  3. Populate a CSV file with metadata

The CSV file can then be used by a scheduler (like the one in Nolan Ryan).