Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtucker/streamcheck
Checks to see if movies are streamable on the internet or not.
https://github.com/jtucker/streamcheck
Last synced: 6 days ago
JSON representation
Checks to see if movies are streamable on the internet or not.
- Host: GitHub
- URL: https://github.com/jtucker/streamcheck
- Owner: jtucker
- Created: 2015-11-23T21:54:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T18:49:11.000Z (about 9 years ago)
- Last Synced: 2024-11-20T06:33:55.945Z (2 months ago)
- Language: F#
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StreamCheck
===Simple F# script that will query against [Can I Stream It](http://canistream.it) for a provided movie name. It only takes the first item from the result set and queries for the streaming services for that movie. So you are at the whim of Can I Stream It's search engine.
Getting Started
---* Clone the site
* run `.paket/paket.boostrapper.exe`
* run `.paket/paket install`You will then have all the necessary items needed for the script to run. Just fire it up in F# Interactive.