UNPKG

koishi-plugin-nitter-rss

Version:

订阅 X (Twitter) 内容,使用 nitter.cz,支持ChatGPT与Gradio Chatbot翻译

5 lines (4 loc) 271 B
/// <reference types="node" /> import { Context } from 'koishi'; export declare function download(ctx: Context, url: string, directory?: string, fileName?: string, cacheTime?: number): Promise<Buffer>; export declare function createDirIfNonExist(filepath: string): void;