## Youtube First Comment A simple program that creates a new comment on YouTube when a new video is published for the specified channel. Once the comment is created, the program exits. ## Installation ```bash cargo install youtube-first-comment ``` ## Usage ``` Usage: yfc [OPTIONS] --google-client-id --google-client-secret --comment --channel-id Options: --google-client-id Google client ID --google-client-secret Google client secret --comment The comment body --channel-id YouTube channel ID --poll-interval Poll interval (in seconds) [default: 60] --wait-limit Max wait time (in minutes) [optional, defaults to inf] -h, --help Print help ``` ```bash yfc --comment "My first comment" \ --channel-id "" \ --google-client-id "" \ --google-client-secret "" \ --poll-interval 0.5 \ --wait-limit 300 ``` You can find the channel id [here](https://www.tunepocket.com/youtube-channel-id-finder) and you will have to create an OAuth 2 Client ID on Google Cloud.