Skip to content

Bumbleboss/youtube_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube API

A Java API wrapper for Youtube Data v3

How to use

For setting the token

YouTubeAPI api = new YouTubeAPI("your_key");

Searching for a video by keyword

System.out.println(api.searchChannel("bumblecore").getItems().get(0).getInfo().description);

Download

Latest version: GitHub releases

Dependencies