Giter Club home page Giter Club logo

github-readme-youtube-stats's Introduction

Github README YouTube Stats

Youtube stats badges for your Github profile README

youtube subscribers youtube views

Table of Contents

Subscribers badge

youtube subscribers

Quick set up:

Use this URL to get the number of subscribers for your channel as shown above

https://github-readme-youtube-stats.herokuapp.com/subscribers/index.php?id=[YOUR CHANNEL ID]&key=[YOUR API KEY]

Markup for creating the badge as a link to your YouTube channel

<a href="https://www.youtube.com/channel/[YOUR CHANNEL ID]">
 <img alt="youtube subscribers" src="https://github-readme-youtube-stats.herokuapp.com/subscribers/index.php?id=[YOUR CHANNEL ID]&key=[YOUR API KEY]"/>
</a>

See below for info on how to get a YouTube API key and your channel's ID.

View count badge

youtube views

Quick set up:

https://github-readme-youtube-stats.herokuapp.com/views/index.php?id=[YOUR CHANNEL ID]&key=[YOUR API KEY]

Markup for creating the badge as a link to your YouTube channel

<a href="https://www.youtube.com/channel/[YOUR CHANNEL ID]">
 <img alt="youtube views" src="https://github-readme-youtube-stats.herokuapp.com/views/index.php?id=[YOUR CHANNEL ID]&key=[YOUR API KEY]"/>
</a>

See below for info on how to get a YouTube API key and your channel's ID.

Additional parameters

color

Color of the right side of the badge (css named color or hex digits)

Default: blue for subscribers, brightgreen for views

Parameter Appearance
?color=red youtube subscribers
?color=0a8b9d youtube views

logo

Company logo supported by shields.io

Default: youtube

Parameter Appearance
?logo=none youtube subscribers
?logo=plex youtube views

logoColor

Color of the logo

Default: white

Parameter Appearance
?logoColor=gold youtube subscribers
?logoColor=brightgreen youtube views

style

Style of the badge

Default: flat-square

Parameter Appearance
?style=plastic youtube subscribers
?style=flat youtube subscribers
?style=flat-square youtube subscribers
?style=for-the-badge youtube subscribers
?style=social youtube subscribers

label

Label for the badge

Default: Youtube subscribers for subscribers, YouTube view count for views

Parameter Appearance
?label=Subscribe youtube subscribers
?label=View+count youtube views

labelColor

Color for the left part of the badge

Default: gray

Parameter Appearance
?labelColor=magenta youtube subscribers
?labelColor=33ab06 youtube views

Mixing styles

Parameter Appearance
?style=social&logoColor=black&label=Subscribe youtube subscribers
?label=View+count&style=for-the-badge&color=3d3d3d youtube views
?label=Views&style=for-the-badge&color=red&labelColor=ce4630 youtube views

See shields.io for more info on parameters

How to get a Youtube API key

  1. Go to https://console.developers.google.com/project and sign in
  2. Click "Create Project"
  3. Name your project and click "Create"
  4. Click the "Google APIs" link in the top left corner and select your project
  5. Click "Enable APIs and Services"
  6. Search for "YouTube Data API"
  7. Enable "YouTube Data API v3"
  8. In the left panel select "Credentials"
  9. Click "Create Credentials", then "API key"
  10. Copy your API key

How to find your YouTube channel ID

  1. Make sure you are signed into your YouTube channel
  2. Go to https://www.youtube.com/account_advanced
  3. You will find your channel ID below your user ID
  4. Click "Copy" to copy your channel ID

channel_id

Finding a channel ID when not signed in

  1. Go to the channel page for the user you want the ID of
  2. Press Ctrl+U to open the source code of the page
  3. Press Ctrl+F on the source code and search for itemprop="channelId"
  4. In the meta tag, the content attribute will have the channel ID.

method2

Deploying it on your own

If you can, it is preferable to host the files on your own server.

Doing this can lead to better uptime and more control over customization (you can modify the code for your usage).

Also, deploying it on your own means you can place your API key directly into the PHP code so it will not be visible in the URL. This makes it so that your API key cannot get used by other people without your knowledge.

You can deploy the PHP files on any website server with PHP installed or as a Heroku app.

Contact me

Twitter Reddit

Support

๐Ÿ’™ If you like this project, give it a โญ and share it with friends!

Youtube Patreon

โ˜• Buy me a coffee

Made with โค๏ธ and PHP

Powered by Heroku

github-readme-youtube-stats's People

Contributors

denvercoder1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.