Core features of MediaCrawler
mainMediaCrawler is an asynchronous multi-platform crawler framework built with Python asyncio. Key features include:
- Multi-platform support: Unified crawler interface for 7 major platforms.
- Multiple login methods: Supports QR code, mobile number, and Cookie-based authentication.
- Diverse storage options: Supports CSV, JSON, JSONL, SQLite, MySQL, MongoDB, and Excel.
- Anti-anti-crawler measures: Includes CDP (Chrome DevTools Protocol) mode, proxy IP pools, and request signing.
- Asynchronous high concurrency: Built on
asynciofor efficient crawling. - Word cloud generation: Automatically generates word clouds for comments.