Open Issues Need Help
View All on GitHub 获取用户文章列表只能返回最近 10 篇,需替换为更完整的接口 about 2 months ago
AI Summary: The current SDKs for AcFun Cloud Emoji retrieve user article lists by scraping a web page, which only returns the 10 most recent articles and misses pinned content. This issue proposes replacing the scraping method with a newly discovered internal API, likely used by the mobile app, to fetch a complete list of articles. The primary task is to implement this new API across the Python, JavaScript, and Go SDKs, with a fallback option for optional user cookies if the new API requires authentication.
Complexity:
3/5
enhancement good first issue help wanted