vinceh121 / socialblade-api

Unofficial SocialBlade api
GNU General Public License v3.0
19 stars 5 forks source link

Seeing stats overtime? #4

Open rachelombok opened 4 years ago

rachelombok commented 4 years ago

I think this is more of a feature request than an issue, but is there any way to see subscribers/followers over time, like how the graphs/charts show them on social blade? Like for example getting the subscribers of a channel from each month for the last two years? Just curious if there is any feature like this in the API, or a documentation guide explaining this, thanks!

vinceh121 commented 4 years ago

Yes, it is a feature and already implemented for Youtube and Twitter, and in all honesty I'm surprised it still works as the v2 SocialBlade API has been deprecated since June 1st 2018.

Please see the YTStats#getDataDaily API. Unfortunately the data doesn't go as far as two years, but what seems like around 4 months of the daily subscriber and total views count.

Hope this helps!