Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

Spits out the subscriber count of the HelloRust YouTube channel as binary.
I'll need that for later, I guess. ;-)

Usage

API_KEY=<YOUTUBE_API_KEY_HERE> cargo run

TODO

If you're bored, you can make this a proper CLI application (e.g. by using StructOpt) and send me a pull request.