8000 GitHub - guidodavide/insta-tag-caster: Cast to a local Google Chromecast any photo tagged with a word of preference on Instagram.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guidodavide/insta-tag-caster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cast Instagram photos to Chromecast

Requires pip:

$ sudo apt-get install python-pip
$ pip install --upgrade pip

Requires pychromecast:

$ git clone https://github.com/balloob/pychromecast
$ cd pychromecast
$ pip install -r requirements.txt
$ pip install . --user

Requires python-instagram:

$ git clone https://github.com/facebookarchive/python-instagram
$ cd python-instagram
$ pip install -r requirements.txt
$ pip install . --user

Running

Run the Python lib:

$ python -m com.guido.photochromecast.App

Usage

Type help for help on commands.

web

> web [folder]

will create a web server on port 8080, with selected folder as root.

> stopWeb will stop the web server.

find

> find

will find reachable (in your subnet) Chromecasts.

connect

> connect <name>

will connect photochromecast to the desired Chromecast, given the name.

> stop will stop current casting (if active) and disconnect from Chromecast.

displaying media

> cast

will start iterating on the selected folder, file by file.

> pause | resume

will pause/resume current slideshow.

> skip

will skip to the next media.

> time <timeout>

will change the slideshow timeout (accepts values in range [1,60])

> rm [filename]

will remove current displayed media from the slideshow list or remove the passed one. It's possible to remove directly files from the served folder too (same expected behavior).

About

Cast to a local Google Chromecast any photo tagged with a word of preference on Instagram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0