All Projects → dmhacker → dmhacker-youtube

dmhacker / dmhacker-youtube

Licence: MIT License
YouTube proxy on a Heroku instance

Programming Languages

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

Projects that are alternatives of or similar to dmhacker-youtube

Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+475.61%)
Mutual labels:  heroku, youtube
prezzy-vdom-example
👓 From my Youtube Video, "Let's Build a Virtual DOM from Scratch"
Stars: ✭ 58 (+41.46%)
Mutual labels:  youtube
youtube-to-html5-loader
Load YouTube videos with the HTLML5 <video> element without needing iframes or the YouTube JS API.
Stars: ✭ 77 (+87.8%)
Mutual labels:  youtube
SocketIO Chat APP
This is the simple Chat Application in which user can join the room and continue chatting with others.
Stars: ✭ 50 (+21.95%)
Mutual labels:  heroku
todo-app
🔥 REST API для приложения списков ToDo
Stars: ✭ 78 (+90.24%)
Mutual labels:  youtube
nightcoreify
Randomly generates nightcore and uploads it to YouTube. A joke that got out of hand.
Stars: ✭ 54 (+31.71%)
Mutual labels:  youtube
rjango
Django boilerplate with GraphQL, serving a Webpack compiled React Relay Modern frontend.
Stars: ✭ 73 (+78.05%)
Mutual labels:  heroku
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (+87.8%)
Mutual labels:  youtube
AlexaSongBot
Telegram Music Bot 📻
Stars: ✭ 25 (-39.02%)
Mutual labels:  youtube
digit-identify
Digit classification with Convolutional Neural Networks using Keras
Stars: ✭ 19 (-53.66%)
Mutual labels:  heroku
discodo
Enhanced Audio Player for Discord
Stars: ✭ 41 (+0%)
Mutual labels:  youtube
YouTubePlayerKit
A Swift Package to easily play YouTube videos 📺
Stars: ✭ 154 (+275.61%)
Mutual labels:  youtube
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-21.95%)
Mutual labels:  youtube
heroku-buildpack-cli
No description or website provided.
Stars: ✭ 38 (-7.32%)
Mutual labels:  heroku
TG-FileStreamBot
Stream Telegram files to web
Stars: ✭ 193 (+370.73%)
Mutual labels:  heroku
react-native-broadcast
React Native bindings for RTMP broadcasting
Stars: ✭ 39 (-4.88%)
Mutual labels:  youtube
acm
Automatic wildcard certificate management for Cloudflare and Heroku
Stars: ✭ 40 (-2.44%)
Mutual labels:  heroku
RequestifyTF2
Client side commands for mic spamming and more!
Stars: ✭ 13 (-68.29%)
Mutual labels:  youtube
youtube-metadata
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
Stars: ✭ 58 (+41.46%)
Mutual labels:  youtube
imgout
On the fly thumbnail generator microservice using Elixir/OTP. (with Heroku Deploy Button)
Stars: ✭ 58 (+41.46%)
Mutual labels:  heroku

dmhacker-youtube

This contains a gateway for my alexa-youtube-skill as well as a web-based, Youtube-specific proxy.

Prerequisites

Before setting up anything, follow this blog post to obtain a YouTube API key. It will come in use later.

Automatic Setup Process (recommended)

Deploy

Manual Setup Process

  1. Fork this repository. Make sure your branch is up-to-date with master.
  2. Now, go to https://heroku.com and create an account (or log in, if you already have an account).
  3. On your dashboard, click on "New" -> "Create new app"
  4. Give your app a name (referred to as {YOUR_APP_NAME}) and select a region for deployment.
  5. Go to the Deploy section on your new app's dashboard.
    1. Under Deployment Method, select the GitHub option. You should be prompted to authorize Heroku's usage of your GitHub account information.
    2. Under Connect to GitHub, make sure your account is selected and type in "dmhacker-youtube" for the repository to search for.
    3. If you correctly forked this repository and typed in the repository name correctly, this should show up as an option to connect to. Click on "Connect".
  6. Now, go to the Settings section on your app's dashboard.
    1. Under Config Variables, click on "Reveal Config Vars" and then enter in the following key-value pair(s):

      Key Value
      YOUTUBE_API_KEY the YouTube API key you generated earlier
    2. Next, under Buildpacks, click on "Add buildpack" and click on the icon named "nodejs".

  7. Now, you're ready to deploy! Go back to the Deploy section.
    1. Under Manual Deploy, click on "Deploy Branch".
  8. If you get a "Your app was successfully deployed", congratulations, you are done, and your app should be running!
  9. To verify, open up https://{YOUR_APP_NAME}.herokuapp.com in a new tab and see if it returns a correctly formed landing page.
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].