Skip to content

Python script that scrapes playlist of online radio stations

Notifications You must be signed in to change notification settings

aprykhus/radioscraper

Repository files navigation

SUMMARY

Python GUI application that scrapes the last song played on a particular Internet radio station based on URL and HTML class attribute for artist and title. It keeps a running list of songs for the duration of the application session. The list is updated based on the interval value.

PREREQUISITES

Windows 10

Python 3.8.1

Selenium module (pip install selenium)

Google Chrome

Chromedriver.exe - latest stable release from https://sites.google.com/a/chromium.org/chromedriver/

INSTALL

Create directory on local disk called songscraper

Copy songui.py and scrapewo.py to songscraper directory

Make folder in same directory called Chromedriver and copy Chromedriver.exe there

RUN

python songui.py

About

Python script that scrapes playlist of online radio stations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages