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).
- Host: GitHub
- URL: https://github.com/Sank6/YouTube-Wrapped
- Owner: Sank6
- Created: 2021-12-20T01:22:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T10:07:57.000Z (over 2 years ago)
- Last Synced: 2024-01-11T20:39:02.154Z (over 2 years ago)
- Language: Vue
- Homepage: https://youtubewrapped.vercel.app/
- Size: 2.44 MB
- Stars: 34
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)