YouTubeAPI youTubeAPI = new YouTubeAPI(channel_id, YouTubeChannelType.CHANNEL_ID);
System.out.println("Channel name: " + youTubeAPI.getChannelName());
System.out.println("Channel description: " + youTubeAPI.getChannelDescription());
System.out.println("Suscribers: " + youTubeAPI.getSuscriberCount());
System.out.println("Videos: " + youTubeAPI.getVideoCount());
System.out.println("Total views: " + youTubeAPI.getTotalViews());
-
Notifications
You must be signed in to change notification settings - Fork 0
Keffisor/YouTubeAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Get the suscribers, total views and more of a YouTube channel in a very easy way
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published