Files
vibe-coding-cn/skills/twscrape/references/index.md
T
tukuaiai 5f8b0776e0 refactor: skills 目录扁平化,移除分类子目录
- 将 00-元技能、01-AI工具、02-数据库、03-加密货币、04-开发工具、05-生产力 下的技能移至 skills/ 根目录
- 更新 skills/README.md 使用表格进行说明性分类
- 更新 AGENTS.md 目录结构说明
2026-02-12 01:57:48 +08:00

1.4 KiB

twscrape Reference Documentation

Overview

This directory contains detailed reference documentation for twscrape, a Python library for scraping Twitter/X data.

Reference Files

Core Documentation

Quick Navigation

Getting Started

  1. Read installation.md for setup
  2. Review account_management.md for adding accounts
  3. Check examples.md for quick start code

API Reference

Advanced Topics

Key Features

  • Async/await support for parallel operations
  • Automatic account rotation
  • Session persistence
  • Multiple proxy support
  • SNScrape-compatible data models
  • Both CLI and Python API