/Beats-Metadata

Gets beats1 radio's show logo and title, then serves them in a webserver. Now with music name and album cover too

Primary LanguagePythonMIT LicenseMIT

Gets radio show's logo and title and serves them in a webserver. Also album cover, and music name too

Install dependecies: selenium pillow numpy https://github.com/yaph/webshots How to run? Just set up 2 upstart scripts, one for each process

setuid user
setgid user

start on runlevel [2345]

stop on runlevel [016]
chdir /PATH/
exec python /PATH/screenshooter.py

and

setuid user
setgid user

start on runlevel [2345]

stop on runlevel [016]
chdir /path/
exec python /path/server.py