Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

File metadata and controls

36 lines (23 loc) · 1.09 KB

SearchTube

About this project

SearchTube is a YouTube API wrapper that integrates search, video and channel endpoints, allowing you to query by keywords or hashtags and return all major metadata.

One of the major improvements in this version its efficiency, beacuse it:

  1. Allows your to query a list of multiple keywords simultaneously;
  2. Chunsize the returned data to bypass rate limits and other poorly documented restrictions. This is particularly useful when requesting large amounts of data or covering extended periods for academic or journalistic research.

Getting Started

Requirement

YouTube API v3 authorization credential.

Installing

pip install git+https://github.com/kcinbk/SearchTube.git

Importing

import SearchTube 

Quering YouTube content by multiple keywords

data = SearchTube.searchtube(client_key, client_secret, search_query, start_date, end_date)

Contact the author

Keenan Chen.