spencerwooo / substats

( `д′) how many followers do i have? how many!
https://substats.swo.moe
MIT License
813 stars 56 forks source link

Replace the Weibo API #36

Closed Left024 closed 2 years ago

Left024 commented 2 years ago

When the followers_count > 10,000, the previous Weibo API does not return the exact number

{ "ok": 1, "data": { "userInfo": { "followers_count": "87\u4e07", "followers_count_str": "87\u4e07" } } }

Replace the Weibo API with https://weibo.com/ajax/profile/info?uid=${userId}

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/spencerwoo/substats/A3bUT5HTccG6rtpzW1mbVJVYc1gY
✅ Preview: https://substats-git-fork-left024-master-spencerwoo.vercel.app

spencerwooo commented 2 years ago

closing this in favor of new release