xiaoxiunique / x-kit
一个用于抓取和分析 X (Twitter) 用户数据和推文的工具。
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing xiaoxiunique/x-kit in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewx-kit 一个用于抓取和分析 X (Twitter) 用户数据和推文的工具。 功能特点 • 自动抓取指定用户的基本信息和推文 • 定时更新用户时间线数据 • 支持数据本地化存储 • GitHub Actions 自动化部署 更新日志 • 2024-12-24 添加每日发布推文功能 • 2025-01-02 添加获取用户推文功能 安装 使用方法 • 配置环境变量 在项目根目录创建 文件,添加以下配置: • 添加需要追踪的用户 在 中添加用户信息: • 运行脚本 自动化部署 项目使用 GitHub Actions 实现自动化: • : 每30分钟获取一次最新推文 • : 每天获取一次用户信息 数据存储 • 用户信息保存在 目录 • 推文数据保存在 目录,按日期命名 技术栈 • Bun • TypeScript • Twitter API • GitHub Actions License MIT