Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 511 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 511 Bytes

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