Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List number of subscribers near the channels name. #21

Open
KendallDoesCoding opened this issue Aug 3, 2022 · 23 comments
Open

List number of subscribers near the channels name. #21

KendallDoesCoding opened this issue Aug 3, 2022 · 23 comments
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@KendallDoesCoding
Copy link
Contributor

Is there a API which can list the number of subscribers a channel has within a Markdown file? The abbreviated amount not real time count.

I don't think there is.

Please let me know @vikasganiga05.

@KendallDoesCoding KendallDoesCoding added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed EddieHub:good-first-issue labels Aug 3, 2022
@mukulkandhari
Copy link

Here's a 'simple' way to get the YouTube subscriber number from Google's Youtube API v3:

  • Go to https://console.developers.google.com/apis/library
  • Log in with your Google account.
  • Next to the logo click on 'Project' and 'Create project'. Name it whatever you want and click on 'Create'.
  • Wait until the project is created, the page will switch to it by itself, it will take a couple of seconds up to a minute. Once it's done it will be selected next to the logo.
  • Once it's created and selected, click on 'Credentials' from the menu on the left.
  • Click on 'Create Credentials' and choose 'API Key'. You can restrict it to specific IPs, or types of requests (website, android, ios etc.) if you want, it's safer that way.
  • Copy your API KEY

Follow this: https://stackoverflow.com/questions/70714671/how-do-i-get-a-subscriber-count-from-youtube-api-by-channel-name

These are the only metrics that the analytics api provides:

  • annotationClickThroughRate
  • annotationCloseRate
  • verageViewDuration
  • comments
  • dislikes
  • estimatedMinutesWatched
  • estimatedRevenue
  • likes
  • shares
  • subscribersGained
  • subscribersLost
  • viewerPercentage
  • views

@KendallDoesCoding

This comment was marked as spam.

@fluentmoheshwar
Copy link
Contributor

Here's a 'simple' way to get the YouTube subscriber number from Google's Youtube API v3:

  • Go to https://console.developers.google.com/apis/library
  • Log in with your Google account.
  • Next to the logo click on 'Project' and 'Create project'. Name it whatever you want and click on 'Create'.
  • Wait until the project is created, the page will switch to it by itself, it will take a couple of seconds up to a minute. Once it's done it will be selected next to the logo.
  • Once it's created and selected, click on 'Credentials' from the menu on the left.
  • Click on 'Create Credentials' and choose 'API Key'. You can restrict it to specific IPs, or types of requests (website, android, ios etc.) if you want, it's safer that way.
  • Copy your API KEY

Follow this: https://stackoverflow.com/questions/70714671/how-do-i-get-a-subscriber-count-from-youtube-api-by-channel-name
These are the only metrics that the analytics api provides:

  • annotationClickThroughRate
  • annotationCloseRate
  • verageViewDuration
  • comments
  • dislikes
  • estimatedMinutesWatched
  • estimatedRevenue
  • likes
  • shares
  • subscribersGained
  • subscribersLost
  • viewerPercentage
  • views

Hey Mukul, thanks a lot for your help on this, but will this work for .md (markdown script) files?

try this https://stackoverflow.com/questions/2754391/embed-javascript-in-markdown

@KendallDoesCoding

This comment was marked as spam.

@KendallDoesCoding

This comment was marked as spam.

@fluentmoheshwar
Copy link
Contributor

I am still learning js. so i am not an expert in this things

@KendallDoesCoding

This comment was marked as spam.

@fluentmoheshwar
Copy link
Contributor

We will try to do it anyway. Cause the internet is now mostly ctrl+c ctrl+v

@fluentmoheshwar
Copy link
Contributor

A better solution is to use HTML instead of MD

@KendallDoesCoding

This comment was marked as spam.

@Agrim-Sharma174
Copy link
Member

Yes, I was feeling the same...
It would be easier with HTML, let's do it!

@fluentmoheshwar
Copy link
Contributor

A better solution is to use HTML instead of MD

Should we do this @Agrim-Sharma174 @vikasganiga05 @Adarsh-jaiss? @collab-community/coding-youtubers

I just realized that maintaining HTML is harder than MD. Also we will loss Jekyll Themes.

@KendallDoesCoding

This comment was marked as spam.

@KendallDoesCoding

This comment was marked as spam.

@fluentmoheshwar
Copy link
Contributor

Should I close this issue and will reopen in future @collab-community/coding-youtubers?

I am fine with that.

@Abhinavkar
Copy link

A better solution is to use HTML instead of MD

Should we do this @Agrim-Sharma174 @vikasganiga05 @Adarsh-jaiss? @collab-community/coding-youtubers

I just realized that maintaining HTML is harder than MD. Also we will loss Jekyll Themes.

Actually it will be easy in themes we can't change much but we can do in html css part

@fluentmoheshwar
Copy link
Contributor

A better solution is to use HTML instead of MD

Should we do this @Agrim-Sharma174 @vikasganiga05 @Adarsh-jaiss? @collab-community/coding-youtubers

I just realized that maintaining HTML is harder than MD. Also we will loss Jekyll Themes.

Actually it will be easy in themes we can't change much but we can do in html css part

do it in your own repo. I will be there for help.

@Abhinavkar
Copy link

A better solution is to use HTML instead of MD

Should we do this @Agrim-Sharma174 @vikasganiga05 @Adarsh-jaiss? @collab-community/coding-youtubers

I just realized that maintaining HTML is harder than MD. Also we will loss Jekyll Themes.

Actually it will be easy in themes we can't change much but we can do in html css part

do it in your own repo. I will be there for help.

Same here i m also there.

@fluentmoheshwar
Copy link
Contributor

?

@Favalcodes
Copy link

Hi @KendallDoesCoding is this issue still open? can I try it out?

@HIMANSHIKSHARMA
Copy link

Hey! is this issue resolved?

@Atharv-Nalwade
Copy link

Hey Folks,
Searched on the internet and I might have found a probable solution, Also if the issue is not yet resolved let me know.
If allowed this could be my first open source contribution

@Abhinavkar
Copy link

Hey Folks, Searched on the internet and I might have found a probable solution, Also if the issue is not yet resolved let me know. If allowed this could be my first open source contribution

Go For it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

8 participants