Files
Auto-Redbook-Skills/env.example.txt
2026-01-18 21:56:39 +08:00

15 lines
480 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 小红书 Cookie 配置
# 将此文件复制为 .env 并填入真实的 Cookie
#
# 获取方式:
# 1. 在浏览器中登录小红书 (https://www.xiaohongshu.com)
# 2. 打开开发者工具 (F12)
# 3. 在 Network 标签中,访问任意页面
# 4. 查看请求头中的 Cookie复制完整的 cookie 字符串
XHS_COOKIE=your_cookie_string_here
# 注意事项:
# - Cookie 有有效期,过期后需要重新获取
# - 不要分享你的 Cookie它包含登录凭证