To make more friends on Media
Find a file
l0tk3 ecf56ac015
Some checks are pending
/ A job to automate contrib in readme (push) Waiting to run
fix
2024-07-15 16:37:39 +08:00
.github/workflows first commit 2024-07-15 16:33:05 +08:00
base first commit 2024-07-15 16:33:05 +08:00
cache first commit 2024-07-15 16:33:05 +08:00
cmd_arg first commit 2024-07-15 16:33:05 +08:00
config first commit 2024-07-15 16:33:05 +08:00
docs first commit 2024-07-15 16:33:05 +08:00
libs first commit 2024-07-15 16:33:05 +08:00
media_platform first commit 2024-07-15 16:33:05 +08:00
proxy first commit 2024-07-15 16:33:05 +08:00
schema first commit 2024-07-15 16:33:05 +08:00
static/images first commit 2024-07-15 16:33:05 +08:00
store first commit 2024-07-15 16:33:05 +08:00
test first commit 2024-07-15 16:33:05 +08:00
tools first commit 2024-07-15 16:33:05 +08:00
.gitattributes first commit 2024-07-15 16:33:05 +08:00
.gitignore fix 2024-07-15 16:37:39 +08:00
async_db.py first commit 2024-07-15 16:33:05 +08:00
db.py first commit 2024-07-15 16:33:05 +08:00
LICENSE first commit 2024-07-15 16:33:05 +08:00
main.py first commit 2024-07-15 16:33:05 +08:00
mypy.ini first commit 2024-07-15 16:33:05 +08:00
note_info.txt first commit 2024-07-15 16:33:05 +08:00
OriginalREADME.md fix 2024-07-15 16:37:39 +08:00
README.md fix 2024-07-15 16:37:39 +08:00
recv_sms.py first commit 2024-07-15 16:33:05 +08:00
requirements.txt first commit 2024-07-15 16:33:05 +08:00
test.html first commit 2024-07-15 16:33:05 +08:00
var.py first commit 2024-07-15 16:33:05 +08:00

小红书核心功能media_platform/xhs/core.py 增加了爬推荐的功能: python main.py --platform xhs --lt qrcode --type explore 具体函数在core.py中的get_explore函数中