DavideViolante / socialblade-com-api

Unofficial APIs for socialblade.com website.
MIT License
12 stars 7 forks source link

Instagram return empty Tables and Charts #83

Closed sferez closed 12 months ago

sferez commented 12 months ago

Instagram return an empty table and value:

{ table: [], charts: [] }

DavideViolante commented 12 months ago

table is now returing data for Instagram, but you need to provide your cookie session from socialblade.com. See readme for more info. charts I think is not yet returning any data and I will look into it asap. Thank you for reporting!

sferez commented 12 months ago

Much appreciated thanks. It seems it is better to always pass the cookie to be sure the charts are included in the data even for YouTube and Twitter.

They also add a beta TikTok, which can be valuable if it's not a big change in the script.

DavideViolante commented 12 months ago

Please open a new issue about TikTok and I will look into it whenever I find some time. I think for Twitter and Youtube the cookie is not needed because the info are publicly available on Socialblade, while Instagram data are behind Socialblade login. Anyway yes you can pass the cookie for any source without problems.