1 unstable release
0.1.0 | Sep 5, 2021 |
---|
#83 in #youtube
13KB
267 lines
YouStat
YouTube Music Statistics Generator
Installing
- Install the Rust toolchain
cargo install youstat
Usage
- Go to Google Takeout
- Create a new export, you'll want to include
My Activity
, which itself should includeYouTube
. The activity record format should beJSON
- Wait for the Takeout to complete, then extract the generated ZIP file
- Create a new project in the Google developers console, create a new API token and enable the
YouTube Data API v3
- 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
Dependencies
~9–21MB
~286K SLoC