All Projects → raj-khare → yt-migrate

raj-khare / yt-migrate

Licence: other
Import all your YouTube subscriptions from one account to another

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to yt-migrate

MyVideoManager
A Laravel and Vuejs application for managing Youtube videos
Stars: ✭ 15 (-81.93%)
Mutual labels:  youtube-api
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-57.83%)
Mutual labels:  youtube-api
suchtube
🔍 📼 YouTube search as a service, with Slack integration and CLI
Stars: ✭ 25 (-69.88%)
Mutual labels:  youtube-api
youtube-chat-for-minecraft
A plugin for Minecraft Forge that provides an API for YouTube live chat services
Stars: ✭ 53 (-36.14%)
Mutual labels:  youtube-api
youtube-json-server
Your personal Youtube API server to get Youtube API responses without needing credentials.
Stars: ✭ 32 (-61.45%)
Mutual labels:  youtube-api
youtube-playlist
❄️ Extract links, ids, and names from a youtube playlist
Stars: ✭ 73 (-12.05%)
Mutual labels:  youtube-api
statamic-video-embed
A field type for embedding YouTube and Vimeo Videos
Stars: ✭ 16 (-80.72%)
Mutual labels:  youtube-api
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (-22.89%)
Mutual labels:  youtube-api
youtube-python
YouTube Api wrapper in python
Stars: ✭ 65 (-21.69%)
Mutual labels:  youtube-api
youtube-upload-multi-videos
Youtube Uploader: auto upload multiple youtube videos 批量自动上传youtube视频
Stars: ✭ 38 (-54.22%)
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 (-78.31%)
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 (-63.86%)
Mutual labels:  youtube-api
python-youtube-music
Python 3 YouTube Music Web API Client
Stars: ✭ 39 (-53.01%)
Mutual labels:  youtube-api
react-youtube-search
⚛️ React with YouTube API
Stars: ✭ 18 (-78.31%)
Mutual labels:  youtube-api
vuletube
Starter project for vue in combination with typescript. Getting response for youtube search. Call server part for saving videos. Use videos in three.js 3d port view. Control vuletube site with hands (NUI) also with voice command.
Stars: ✭ 12 (-85.54%)
Mutual labels:  youtube-api
angular-youtube-api-factory
AngularJS Factory for Youtube JSON REST API requests
Stars: ✭ 21 (-74.7%)
Mutual labels:  youtube-api
TruHealth
A website, which is wholly focused on Mental Health issues.
Stars: ✭ 16 (-80.72%)
Mutual labels:  youtube-api
kaec-app
An Apache Flex mobile app that uses the Youtube V3 API, Foursquare API, Flickr API and RSS feeds.
Stars: ✭ 12 (-85.54%)
Mutual labels:  youtube-api
node-youtube-music
Unofficial YouTube Music API for Node.js
Stars: ✭ 34 (-59.04%)
Mutual labels:  youtube-api
android-youtube-dl
The android library that wraps Python 2.7 and youtube-dl python scripts
Stars: ✭ 35 (-57.83%)
Mutual labels:  youtube-api

yt-migrate

Import all your YouTube subscriptions from one account to another

Open yt-migrate to use via default keys. However, quota may get exhausted to due API limits, so you can try again next day (only remaining subscriptions will get transferred) or use your own API keys by following the steps below.

Please use the below steps as my keys have crossed limits.

Steps:

  1. Create a new project on Google Cloud and enable YouTube Data API under API & Services.
  2. Under credentials tab, create a new API key.
  3. Create an OAUTH consent screen.
  4. Also create an OAUTH client and set 'Authorized JavaScript origins' as http://localhost:8080.
  5. Clone the repo and paste the generated API key and Client id on main.js (Line 1 and 2).
  6. Run python -m http.server 8080 from the current directory.
  7. Open http://localhost:8080 in the browser.
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].