Skip to content

rogersmark/pypandora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPandora is a python interface to Pandora based on pianobar

It can either be used directly as a python module with an incredibly simple interface:

import pypandora
pypandora.login(username, password)
print pypandora.stations
pypandora.stations[0].play(True)

The rpcs server can be started with python -m "pypandora.rpc_server", by default it listens on port 8123

Mark Rogers has written a kickass web frontend to control the rpc server from your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.8%
  • Python 44.2%