You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The downloaded code can be included as a new library into the IDE selecting the menu:
19
+
20
+
Sketch / include Library / Add .Zip library
21
+
22
+
You also have to install the ArduinoJson library written by [Benoît Blanchon](https://github.com/bblanchon). Search for it on the Arduino Library manager or get it from [here](https://github.com/bblanchon/ArduinoJson).
23
+
24
+
Include YoutubeApi in your project:
25
+
26
+
#include <YoutubeApi.h>
27
+
28
+
and pass it a Bot token and a SSL Client (See the examples for more details)
0 commit comments