Create a graph from youtube videos by following end screen links. Helpful to easily visualize interactive video paths.
Available for Windows, MacOS and Linux in the release panel.
On the first start, you will need to authorize the application to run :
Finder > Applications > right click on youtube mapper > Open
Because the data comes from scraping, the application needs to be updated each time youtube change their internal API. Feel free to create issues and/or PR to report any errors or possible improvements.
Once the project is installed with yarn install, you have to execute :
yarn run f-watchto build and watch the frontyarn run b-watchto build and watch the backyarn run b-startto launch the electron application
You can also launch the electron application with the build-in VSCode debugger with F5.
yarn run f-buildto build the frontyarn run b-buildto build the backyarn run build-wto build the application withw/l/mfor windows/linux/macOS
