mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-30 04:07:45 +00:00
5f8b0776e0
- 将 00-元技能、01-AI工具、02-数据库、03-加密货币、04-开发工具、05-生产力 下的技能移至 skills/ 根目录 - 更新 skills/README.md 使用表格进行说明性分类 - 更新 AGENTS.md 目录结构说明
1.4 KiB
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
- installation.md - Installation instructions and dependencies
- api_methods.md - Complete API method reference with parameters
- account_management.md - Account setup, login, and rotation
- cli_usage.md - Command-line interface guide
- proxy_config.md - Proxy configuration and setup
- examples.md - Practical code examples and patterns
Quick Navigation
Getting Started
- Read installation.md for setup
- Review account_management.md for adding accounts
- Check examples.md for quick start code
API Reference
- For programmatic usage: api_methods.md
- For command-line usage: cli_usage.md
Advanced Topics
- Proxy configuration: proxy_config.md
- Rate limit handling: See api_methods.md
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