Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
/ Museau Public archive

[Dead because of API changes] Listen to unlimited Pandora radio - no ads, listening limits, or (depending on your browser) plugins.

License

Notifications You must be signed in to change notification settings

folz/Museau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Setup

Prerequisites

  • python (v2.7.x or any compatible implementation, i.e. pypy)
  • python-virtualenv
  • pip

Clone the git repository

git clone git://github.com/folz/Museau.git && cd Museau

Set up Virtualenv

Create a Virtualenv:

$ virtualenv venv --distribute

New python executable in venv/bin/python

Installing distribute...............done.

Installing pip...............done.

To activate the new environment, you’ll need to source it:

$ source venv/bin/activate

This will change your prompt to include the project name. (You must source the virtualenv environment for each terminal session where you wish to run your app.)

Install dependencies with pip:

$ pip install -r requirements.txt

Downloading/unpacking tornado==2.2 (from -r requirements.txt (line 5))

Downloading tornado-2.2.tar.gz (330Kb): 330Kb downloaded

Running setup.py egg_info for package tornado

[...]

Successfully installed FlotypeBridge gunicorn python-pandora tornado

Cleaning up...

Now the app should be runnable:

$ python server.py

and in a different terminal:

$ python app.py

Open http://127.0.0.1:8000/ in your favorite web browser and enjoy Museau!

About

[Dead because of API changes] Listen to unlimited Pandora radio - no ads, listening limits, or (depending on your browser) plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published