Generate visual representations of the networks underlying video-gamebooks on YouTube https://youtube-maze.delab.re/
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
Mattéo Delabre 57abc1a1bb
Forward fetch error message to user
2 年前
bin Turn into an Express server 3 年前
files Fix systemd unit description 3 年前
lib Fix exception pollution in retryable() 2 年前
public Improve presentation text 3 年前
routes Forward fetch error message to user 2 年前
.eslintrc Commit initial 7 年前
.gitignore Add a real front page 3 年前
LICENSE License under MIT 3 年前
README.md Improve presentation text 3 年前
app.mjs Add helmet 3 年前
package-lock.json Add helmet 3 年前
package.json Add helmet 3 年前

README.md

YouTube Maze

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.

See it live →

How Does it Work?

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.

Running Locally

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.

License

This software is made available under the MIT license. See the full license text →