Media_RPA/README.md

10 lines
198 B
Markdown
Raw Permalink Normal View History

2024-07-15 08:37:39 +00:00
小红书核心功能media_platform/xhs/core.py
2024-07-15 08:41:13 +00:00
2024-07-15 08:37:39 +00:00
增加了爬推荐的功能:
2024-07-15 08:41:13 +00:00
```bash
2024-07-15 08:37:39 +00:00
python main.py --platform xhs --lt qrcode --type explore
2024-07-15 08:41:13 +00:00
```
2024-07-15 08:37:39 +00:00
具体函数在core.py中的get_explore函数中