From 73a96c32a70eddf0533b0b00e9b97c3c26973e9c Mon Sep 17 00:00:00 2001 From: Projekt95 Date: Sat, 7 Oct 2017 18:46:39 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d69ced..e19dcf0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # youtube_newest_video_from_channel -Small Python script to get the latest video from a specific Youtube channel +Small Python script to get the latest video from a specific Youtube channel and prints it's title and url + +You need to get an Google API Key for the Youtube V3 API +and the ID of the Channel you want to use. -> Is part of the URL if you go on this channel (after 'https://www.youtube.com/channel/' and before the first '?&' + +Needs 'requests' to work.