UNPKG

@hkai-ai/weibo-api

Version:

香港人工智能协会封装的新浪微博API

8 lines 778 B
import { fetchUserLatestWeiboByUID, fetchUserLatestWeiboByUIDWithoutParsed, fetchUserLatestWeiboByUIDEnsureFullTexted } from "./utils/weibo.ts"; import { analyazeWeiboInfoToOneSentenceSummary } from "./utils/analyzer.ts"; import { parseCardInfosToWeiboInfos, type WeiboInfo } from "./utils/parser.ts"; import { searchForUserUID } from "./utils/search.ts"; import { type Card } from "./types/api/container/getIndex.ts"; import { fetchBlogFullContent } from "./utils/tweet/blogContent.ts"; export { fetchUserLatestWeiboByUID, fetchUserLatestWeiboByUIDWithoutParsed, analyazeWeiboInfoToOneSentenceSummary, parseCardInfosToWeiboInfos, fetchUserLatestWeiboByUIDEnsureFullTexted, fetchBlogFullContent, type Card, type WeiboInfo, searchForUserUID }; //# sourceMappingURL=index.d.ts.map