A python script that plays tones whenever there is an earthquake reported by the USGS once every 5 minutes.
$ python parseAtomFeed.py
Requires packages 'feedparser' and 'pyaudio':
$ pip install feedparser
$ pip install pyaudio
A python script that plays tones whenever there is an earthquake as reported by the USGS.
PythonMIT