Files
last30days-skill/vendor/package/dist/lib/twitter-client-features.d.ts
T
Matt Van Horn 32992834ee Merge PR #48: feat: add Xiaohongshu source + Reddit public fallback
- Xiaohongshu search via local MCP service (opt-in, zero impact if service not running)
- Reddit public JSON fallback (works with zero API keys)
- Reddit priority: ScrapeCreators -> OpenAI -> public fallback
- Updated env.py: Reddit always available via public fallback

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:11:35 -08:00

14 lines
1022 B
TypeScript

export declare function buildArticleFeatures(): Record<string, boolean>;
export declare function buildTweetDetailFeatures(): Record<string, boolean>;
export declare function buildArticleFieldToggles(): Record<string, boolean>;
export declare function buildSearchFeatures(): Record<string, boolean>;
export declare function buildTweetCreateFeatures(): Record<string, boolean>;
export declare function buildTimelineFeatures(): Record<string, boolean>;
export declare function buildBookmarksFeatures(): Record<string, boolean>;
export declare function buildLikesFeatures(): Record<string, boolean>;
export declare function buildListsFeatures(): Record<string, boolean>;
export declare function buildHomeTimelineFeatures(): Record<string, boolean>;
export declare function buildUserTweetsFeatures(): Record<string, boolean>;
export declare function buildFollowingFeatures(): Record<string, boolean>;
export declare function buildExploreFeatures(): Record<string, boolean>;
//# sourceMappingURL=twitter-client-features.d.ts.map