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:
- Allows your to query a list of multiple keywords simultaneously;
- 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.
YouTube API v3 authorization credential.
pip install git+https://github.com/kcinbk/SearchTube.gitimport SearchTube data = SearchTube.searchtube(client_key, client_secret, search_query, start_date, end_date)