feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)

This commit is contained in:
2026-04-14 20:33:01 +08:00
parent 38121d2e41
commit e4232f4feb
59 changed files with 1802 additions and 63 deletions

View File

@@ -0,0 +1,31 @@
---
title: "Scrapy Playwright TikTok数据抓取"
type: source
tags: [tutorial]
date: 2025-12-30
---
## Source File
- [[raw/跨境电商/Scrapy + Playwright 抓取TikTok Shop Data.md]]
## Summary
- 核心主题TikTok Shop数据抓取
- 问题域如何抓取TikTok电商数据
- 方法/机制使用Scrapy+Playwright组合
- 结论/价值:推荐创建虚拟环境安装
## Key Claims
- Scrapy+Playwright是抓取TikTok数据的推荐组合
- 需要创建venv隔离依赖
## Key Concepts
- [[数据抓取]]:自动化采集数据
- [[Scrapy]]Python爬虫框架
- [[Playwright]]:浏览器自动化工具
## Key Entities
## Connections
- [[Scrapy]] ← 组合 ← [[Playwright]]
## Contradictions