Small Python script to get the latest video from a specific Youtube channel
Go to file
2017-10-07 20:42:16 +02:00
GetLastVideo.py Update GetLastVideo.py 2017-10-07 20:42:16 +02:00
LICENSE Initial commit 2017-10-07 18:32:32 +02:00
README.md Update README.md 2017-10-07 18:46:39 +02:00

youtube_newest_video_from_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.