Skip to content

Commit 11f2802

Browse files
committed
docs: update README.md
1 parent ab19494 commit 11f2802

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,10 @@ uv sync
129129
uv run playwright install
130130
```
131131

132-
> **💡 提示**:MediaCrawler 目前已经支持使用 playwright 连接你本地的 Chrome 浏览器了,一些因为 Webdriver 导致的问题迎刃而解了。
133-
>
134-
> 目前开放了 `xhs``dy` 这两个使用 CDP 的方式连接本地浏览器,如有需要,查看 `config/base_config.py` 中的配置项。
135-
136132
## 🚀 运行爬虫程序
137133

138134
```shell
139-
# 项目默认是没有开启评论爬取模式,如需评论请在 config/base_config.py 中的 ENABLE_GET_COMMENTS 变量修改
140-
# 一些其他支持项,也可以在 config/base_config.py 查看功能,写的有中文注释
135+
# 在 config/base_config.py 查看配置项目功能,写的有中文注释
141136

142137
# 从配置文件中读取关键词搜索相关的帖子并爬取帖子信息与评论
143138
uv run main.py --platform xhs --lt qrcode --type search
@@ -220,11 +215,6 @@ MediaCrawler 支持多种数据存储方式,包括 CSV、JSON、Excel、SQLite
220215
### 💬 交流群组
221216
- **微信交流群**[点击加入](https://nanmicoder.github.io/MediaCrawler/%E5%BE%AE%E4%BF%A1%E4%BA%A4%E6%B5%81%E7%BE%A4.html)
222217

223-
### 📚 其他
224-
- **常见问题**[MediaCrawler 完整文档](https://nanmicoder.github.io/MediaCrawler/)
225-
- **爬虫入门教程**[CrawlerTutorial 免费教程](https://github.com/NanmiCoder/CrawlerTutorial)
226-
- **新闻爬虫开源项目**[NewsCrawlerCollection](https://github.com/NanmiCoder/NewsCrawlerCollection)
227-
---
228218

229219
### 💰 赞助商展示
230220

@@ -255,26 +245,28 @@ MediaCrawler 支持多种数据存储方式,包括 CSV、JSON、Excel、SQLite
255245
- 💻 GitHub地址:[https://github.com/TikHubIO/](https://github.com/TikHubIO/)
256246

257247

258-
259-
260248
### 🤝 成为赞助者
261249

262250
成为赞助者,可以将您的产品展示在这里,每天获得大量曝光!
263251

264252
**联系方式**
265253
- 微信:`relakkes`
266254
- 邮箱:`[email protected]`
267-
268255
---
269256

257+
### 📚 其他
258+
- **常见问题**[MediaCrawler 完整文档](https://nanmicoder.github.io/MediaCrawler/)
259+
- **爬虫入门教程**[CrawlerTutorial 免费教程](https://github.com/NanmiCoder/CrawlerTutorial)
260+
- **新闻爬虫开源项目**[NewsCrawlerCollection](https://github.com/NanmiCoder/NewsCrawlerCollection)
261+
262+
270263
## ⭐ Star 趋势图
271264

272265
如果这个项目对您有帮助,请给个 ⭐ Star 支持一下,让更多的人看到 MediaCrawler!
273266

274267
[![Star History Chart](https://api.star-history.com/svg?repos=NanmiCoder/MediaCrawler&type=Date)](https://star-history.com/#NanmiCoder/MediaCrawler&Date)
275268

276269

277-
278270
## 📚 参考
279271

280272
- **小红书签名仓库**[Cloxl 的 xhs 签名仓库](https://github.com/Cloxl/xhshow)

0 commit comments

Comments
 (0)