Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljacqu/connectedshows
Finds how various TV shows are connected
https://github.com/ljacqu/connectedshows
Last synced: 7 days ago
JSON representation
Finds how various TV shows are connected
- Host: GitHub
- URL: https://github.com/ljacqu/connectedshows
- Owner: ljacqu
- Created: 2015-04-17T14:37:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T21:03:56.000Z (over 5 years ago)
- Last Synced: 2024-04-16T18:21:07.549Z (7 months ago)
- Language: PHP
- Size: 393 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Connected TV Shows
==================PHP 5 application which retrieves TV show data from IMDb.com and creates a graph,
connecting the TV shows which have common actors.Connections
-----------You can set criteria to define whether an actor should act as a connection
between two TV shows, e.g. by setting a minimum threshold of episodes the actor
has had to play in. Otherwise, actors with trivial one-episode background roles
pretty much connect every show with _all_ the others, creating a huge, unusable
graph.Requirements
------------- PHP 7
- SQL database engine (e.g. MySQL)
- [GraphViz](http://www.graphviz.org/Download..php) [1][1] Or any similar graph framework that can be run from command line.
Usage Warnings
--------------
1. Meant to run locally; it is (probably) not safe to be run on a public webserver
without some form of password protection as user input not properly sanitized
everwhere
2. Only supports TV shows (movies cannot be processed)