Skip to content

kcinbk/SearchTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An all-in-one wrapper for various Youtube search endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages