Skip to content

Simpler Code with only Sub Count for "RGB YouTube Play Button Award With Live Sub/View Count" by Embrace Making

License

Notifications You must be signed in to change notification settings

davidkrammer/YoutubePlayButtonSubscriberCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

1. Fill in your WIFI Credentials

const char* WIFI_SSID = ""; const char* WIFI_PASSWORD = "";

 

2. Fill in your Channel ID (How to find Channel ID)

#define CHANNEL_ID ""

 

3. Obtain an API KEY

Step 1: Create a project on console.cloud.google.com Step 2: Go into your newly created Project and open the left Menu Step 3: Open "API & Services" and select "Enabled APIs & services" Step 4: Click on "+ ENABLE APIS AND SERVICES" Step 5: Search for "Youtube Data API v3" and click on it Step 6: Enable the API and wait for you being redirected Step 7: Click on "Credentials" on the newly opened page Step 8: Click on "+ CREATE CREDENTIALS" and select "API key" Step 9: Copy the key and paste it into the code #define API_KEY ""

 

4. Install Arduino Libraries

 

5. Upload the Script and have fun 🎉

About

Simpler Code with only Sub Count for "RGB YouTube Play Button Award With Live Sub/View Count" by Embrace Making

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages