Chilfish / Weibo-archiver

将微博导出备份的油猴脚本,为号被完全夹没前未雨绸缪 😭
https://weibo.chilfish.top
Apache License 2.0
294 stars 11 forks source link

feat: add fetching user followings #44

Closed Chilfish closed 8 months ago

Chilfish commented 8 months ago

添加获取用户关注列表的功能 #42

细节点在于,只能以每页20条,最多10页地获取别人的关注列表;对于自己的,则是用另一个接口,每页50条

https://github.com/Chilfish/Weibo-archiver/blob/7ed0d9b02f02b5feb412c0a4a20f0a89279ee2fc/packages/core/src/services/userService.ts

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
weibo-archiver ✅ Ready (Inspect) Visit Preview Mar 29, 2024 4:08pm
Chilfish commented 8 months ago

数据也有了,然后是画 UI……

Chilfish commented 8 months ago

暂时先弄成这样了