Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.62 KB

Youtube Mapper logo

Youtube mapper

Create a graph from youtube videos by following end screen links. Helpful to easily visualize interactive video paths.

Youtube Mapper preview

Installation

Available for Windows, MacOS and Linux in the release panel.

MacOS

On the first start, you will need to authorize the application to run :

Finder > Applications > right click on youtube mapper > Open

Development

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.

Libraries used

Run the project

Once the project is installed with yarn install, you have to execute :

  • yarn run f-watch to build and watch the front
  • yarn run b-watch to build and watch the back
  • yarn run b-start to launch the electron application

You can also launch the electron application with the build-in VSCode debugger with F5.

Build

  • yarn run f-build to build the front
  • yarn run b-build to build the back
  • yarn run build-w to build the application with w/l/m for windows/linux/macOS