An open API service indexing awesome lists of open source software.

https://github.com/Sank6/YouTube-Wrapped

Spotify Wrapped but for YouTube (Because Rewind sucked).
https://github.com/Sank6/YouTube-Wrapped

Last synced: 11 months ago
JSON representation

Spotify Wrapped but for YouTube (Because Rewind sucked).

Awesome Lists containing this project

README

          

YouTube Wrapped 🎁


Spotify Wrapped but for YouTube. (Because Rewind sucked). Inspired by the Waveform podcast.





# How to use
1. Request your data from Google using [Google Takeout](https://takeout.google.com/).
2. Get a [Google API key](https://console.cloud.google.com/apis/credentials).
3. Add [Youtube Data API v3](https://console.cloud.google.com/apis/api/youtube.googleapis.com) to your project.
4. Run the [standalone executable](https://github.com/Sank6/YouTube-Wrapped/releases) or use the [online version](https://youtubewrapped.vercel.app/).
5. Use the Google API key and open the watch history file from your takeout: `YouTube and YouTube Music/history`.

If you need more help, check the pages on the [wiki](https://github.com/Sank6/YouTube-Wrapped/wiki).

# Build your own (standalone) version
## Prerequisites
On your system
1. Node [installed](https://nodejs.org/en/download)
2. Rust and Cargo [installed](https://doc.rust-lang.org/cargo/getting-started/installation.html)
3. Build dependencies [installed](https://tauri.app/v1/guides/getting-started/prerequisites)
4. Clone this repository `git clone https://github.com/Sank6/YouTube-Wrapped`

## Building
In app working directory
1. Install package dependencies `npm install`
2. Build tauri app `npm run tauri:build`

## Running
Run the file generated by tauri: [youtube-wrapped](src-tauri/target/release/youtube-wrapped)