youstat

Crates.ioyoustat
lib.rsyoustat
version0.1.0
sourcesrc
created_at2021-09-05 22:12:14.045553
updated_at2021-09-05 22:12:14.045553
descriptionYouTube Music Statistics Generator
homepagehttps://github.com/TheDutchMC/youstat
repositoryhttps://github.com/TheDutchMC/youstat
max_upload_size
id447306
size39,037
Tobias de Bruijn (TobiasDeBruijn)

documentation

README

YouStat

YouTube Music Statistics Generator

Installing

  1. Install the Rust toolchain
  2. cargo install youstat

Usage

  1. Go to Google Takeout
  2. Create a new export, you'll want to include My Activity, which itself should include YouTube. The activity record format should be JSON
  3. Wait for the Takeout to complete, then extract the generated ZIP file
  4. Create a new project in the Google developers console, create a new API token and enable the YouTube Data API v3
  5. Lastly, generate your statistics: youstat -i <Path to the generated My Activity.json file in the extracted ZIP> -k <Your API token>

Note: Optionally you can specify -y and -m too, use -h for more details on those

Licence

YouStat is licenced under the MIT license

Commit count: 7

cargo fmt