All Projects → rohitkhatri → youtube-python

rohitkhatri / youtube-python

Licence: other
YouTube Api wrapper in python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to youtube-python

ti.youtube
A small library to get the URL of the desired YouTube video ID to use it natively in Ti.Media.VideoPlayer.
Stars: ✭ 13 (-80%)
Mutual labels:  youtube-api
yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (+347.69%)
Mutual labels:  youtube-api
youtube-chat-for-minecraft
A plugin for Minecraft Forge that provides an API for YouTube live chat services
Stars: ✭ 53 (-18.46%)
Mutual labels:  youtube-api
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (-41.54%)
Mutual labels:  youtube-api
YoutubeLiveChannelRecorder
Records YouTube live streams and Semi-Working TWITCH live streams for given channels automatically.
Stars: ✭ 15 (-76.92%)
Mutual labels:  youtube-api
statamic-video-embed
A field type for embedding YouTube and Vimeo Videos
Stars: ✭ 16 (-75.38%)
Mutual labels:  youtube-api
scrapetube
Get all videos from a youtube channel, get all videos from a playlist, get all videos that match a search
Stars: ✭ 120 (+84.62%)
Mutual labels:  youtube-api
MyTube-1
An android MVVM clone of Youtube created completely from scratch. Uses the Youtube data API. Has no signup/login features, rather direct search and watch videos. Creating and saving to playlists, dowloading videos will also be supported.
Stars: ✭ 30 (-53.85%)
Mutual labels:  youtube-api
youtubly-android
An android app to download 📹 videos and 🎶 songs from youtube to phone internal storage. In a nutshell NewPipe for just audio.
Stars: ✭ 24 (-63.08%)
Mutual labels:  youtube-api
react-youtube-search
⚛️ React with YouTube API
Stars: ✭ 18 (-72.31%)
Mutual labels:  youtube-api
Discord-Music-Turret-Bot
A standalone Discord music bot, made with DSharpPlus, using Lavalink.
Stars: ✭ 14 (-78.46%)
Mutual labels:  youtube-api
yt-restore-dislikes
👎 A browser extension for restoring the dislike count on YouTube videos.
Stars: ✭ 24 (-63.08%)
Mutual labels:  youtube-api
angular-youtube-api-factory
AngularJS Factory for Youtube JSON REST API requests
Stars: ✭ 21 (-67.69%)
Mutual labels:  youtube-api
youcount.github.io
YouCount allows you to see the subscriber count of any YouTube user in realtime. It has been designed using the Material Design language and is optimized for mobile devices and older browsers.
Stars: ✭ 27 (-58.46%)
Mutual labels:  youtube-api
youtube-livestream-android-app
Livestream to your youtube channel by using this android app. Made using Youtube's live streaming API
Stars: ✭ 18 (-72.31%)
Mutual labels:  youtube-api
google-it-telegram-bot
🤖 @Google_itBot 🔎 Search and share LINKS/IMAGES/VIDEOS in inline mode
Stars: ✭ 40 (-38.46%)
Mutual labels:  youtube-api
youtube-sr
Simple library for Node, Deno & Bun to make YouTube search easily
Stars: ✭ 68 (+4.62%)
Mutual labels:  youtube-api
youtube-json-server
Your personal Youtube API server to get Youtube API responses without needing credentials.
Stars: ✭ 32 (-50.77%)
Mutual labels:  youtube-api
search-youtube
An Android App used for searching and playing videos from YouTube. Used: Youtube Data API v3, YouTube Player API
Stars: ✭ 24 (-63.08%)
Mutual labels:  youtube-api
MyVideoManager
A Laravel and Vuejs application for managing Youtube videos
Stars: ✭ 15 (-76.92%)
Mutual labels:  youtube-api

youtube-python

===================

Python - Youtube Data API v3

youtube-python is a simple client for youtube api. It uses Youtube Data API v3.

Installation

sudo pip install youtube-python

Using

from youtube import API
api = API(client_id='', client_secret='', api_key='', access_token='optional')

References https://developers.google.com/youtube/v3/docs/videos

video = api.get('videos', id='B7FJV9KIn58')

References https://developers.google.com/youtube/v3/docs/channels/list

video = api.get('channels', id='UCLFZ5qAH-l_WiRd_EOzX2og')

Contributing

https://github.com/rohitkhatri/youtube-python

Youtube Data API v3

Youtube Data API v3 Doc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].