ywrt / leapcast

ChromeCast emulation app for any device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leapcast

Flattr this git repo Google Music

Simple ChromeCast emulation app.

Working:

On real device enabled apps are fetched from https://clients3.google.com/cast/chromecast/device/config

How to install

Simple

Clone this directory, then run python setup.py develop

Better

git clone https://github.com/dz0ny/leapcast.git
cd ./leapcast
sudo apt-get install virtualenvwrapper python-pip python-twisted-web python2.7-dev
mkvirtualenv leapcast
pip install .

*** Because updates are frequent I don't recommend normal install. When package is stable enough it will be published to python index and easy installable. *** For those on windows(tm) gaming platform dz0ny#13 (comment)

usage: leapcast [-h] [-d] [--name NAME] [--user_agent USER_AGENT]
                [--chrome CHROME] [--fullscreen]

optional arguments:
  -h, --help            show this help message and exit
  -d                    Debug
  --name NAME           Friendly name for this device
  --user_agent USER_AGENT
                        Custom user agent
  --chrome CHROME       Path to Google Chrome executable
  --fullscreen          Start in full-screen mode
  --window_size		Force the initial window size (eg 1920,1080)

About

ChromeCast emulation app for any device

License:MIT License


Languages

Language:Python 100.0%