Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrf345/chrome-cut-cli
Basic command line tool to scan, detect, stream and control chrome cast devices
https://github.com/mrf345/chrome-cut-cli
cast chrome chromecast control loop stream
Last synced: 17 days ago
JSON representation
Basic command line tool to scan, detect, stream and control chrome cast devices
- Host: GitHub
- URL: https://github.com/mrf345/chrome-cut-cli
- Owner: mrf345
- License: mpl-2.0
- Created: 2018-01-10T10:27:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:43:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T08:26:48.232Z (about 1 month ago)
- Topics: cast, chrome, chromecast, control, loop, stream
- Language: Python
- Homepage: https://sourceforge.net/projects/chrome-cut-cli/
- Size: 3.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic command line tool to scan, detect, stream and
control chrome cast devices. Great for pranking someone with a chrome cast device in your local network.
## Setup:
### - With pip:
> 1. `pip install Chrome-Cut`
> 2. `chrome-cut --help`### - With git:
> 1. `git clone https://github.com/mrf345/chrome-cut-cli.git`
> 2. `cd chrome-cut-cli`
> 3. `pip install requirements.txt`
> 4. `python chrome-cut.py --help`#### - Or you can download binaries for Windows and Mac OS from [SourceForge](https://sourceforge.net/projects/chrome-cut-cli/)
## Commands:
`chrome-cut.py --help` ` chrome-cut.py command --help`
```
Commands:
abort_stream abort the currently streamed app on chrome...
factory_restore factory reset a chrome cast device with its...
loop_abort_stream repeatedly abort current stream, with a wait...
loop_factory_restore repeatedly send factory reset command, with a...
loop_stream repeatedly stream inserted youtube video,...
scan scan the local network for chrome cast...
stream stream youtube video through chrome cast...
```
## Credit:
- [Blog][7aef02c6] that inspired this tool.
- [Click][479b1383] amazing Python command-line utility library.[7aef02c6]: https://fiquett.com/2013/07/chromecast-traffic-sniffing/ "Blog link"
[479b1383]: http://click.pocoo.org/5/ "Click website"