|
преди 1 месец | |
---|---|---|
bin | преди 3 месеца | |
files | преди 3 месеца | |
lib | преди 1 месец | |
public | преди 3 месеца | |
routes | преди 3 месеца | |
.eslintrc | преди 3 години | |
.gitignore | преди 3 месеца | |
LICENSE | преди 3 месеца | |
README.md | преди 3 месеца | |
app.mjs | преди 3 месеца | |
package-lock.json | преди 3 месеца | |
package.json | преди 3 месеца |
Some YouTube creators have made video-gamebooks during which viewers are invited to make choices that influence the course of the narration. This is generally implemented by breaking up the video into short interlinked segments. This tool automatically generates visual representations of the networks underlying such games.
The exploration algorithm automatically downloads metadata about each video from YouTube and then proceeds to a breadth-first search to generate a graph which is laid out using Graphviz. Only the links in the end screens and in the in-video cards are considered for the exploration.
You can also run the server locally, provided you have a working installation of Node.JS and Graphviz.
git clone https://forge.delab.re/matteo/youtube-maze.git
cd youtube-maze
npm install
npm start
If everything goes as planned, you should be able to access the server by opening http://localhost:3000
in your browser.
This software is made available under the MIT license. See the full license text →