Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / Objective C

Fun with YouTube Data API v3 (Public Data) and Kigs Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
25 Feb 2021MIT5 min read 24.1K   321   20  
Kigs framework C++ Windows project to retrieve and display what other channels are subscribed by subscribers of a given YouTube channel.
I took advantage of this period of quarantine to play with the functionality of the Kigs framework. In this article, you will see how to develop a simple Windows application to do HTTPS requests on Youtube Data API v3, retrieve JSON data, download YouTube thumbnails and display results using the Kigs framework.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) LVCim
France France
Senior software developer.
Kigs framework is an educational/experimental/RAD open source C++ framework.

Comments and Discussions