Merge pull request #102 from xpzouying/feat/sync-english-readme
docs: 同步更新英文版 README 与中文版保持一致
This commit is contained in:
111
README_EN.md
111
README_EN.md
@@ -1,4 +1,7 @@
|
||||
# xiaohongshu-mcp
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
MCP for RedNote (Xiaohongshu) platform.
|
||||
|
||||
@@ -135,10 +138,41 @@ Results after about a week
|
||||
|
||||
## 1. Usage Tutorial
|
||||
|
||||
### 1.1. Installation
|
||||
### 1.1. Quick Start (Recommended)
|
||||
|
||||
**Method 1: Download Pre-compiled Binaries**
|
||||
|
||||
Download pre-compiled binaries for your platform directly from [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases):
|
||||
|
||||
**Main Program (MCP Service):**
|
||||
- **macOS Apple Silicon**: `xiaohongshu-mcp-darwin-arm64`
|
||||
- **macOS Intel**: `xiaohongshu-mcp-darwin-amd64`
|
||||
- **Windows x64**: `xiaohongshu-mcp-windows-amd64.exe`
|
||||
- **Linux x64**: `xiaohongshu-mcp-linux-amd64`
|
||||
|
||||
**Login Tool:**
|
||||
- **macOS Apple Silicon**: `xiaohongshu-login-darwin-arm64`
|
||||
- **macOS Intel**: `xiaohongshu-login-darwin-amd64`
|
||||
- **Windows x64**: `xiaohongshu-login-windows-amd64.exe`
|
||||
- **Linux x64**: `xiaohongshu-login-linux-amd64`
|
||||
|
||||
Usage Steps:
|
||||
```bash
|
||||
# 1. First run the login tool
|
||||
chmod +x xiaohongshu-login-darwin-arm64
|
||||
./xiaohongshu-login-darwin-arm64
|
||||
|
||||
# 2. Then start the MCP service
|
||||
chmod +x xiaohongshu-mcp-darwin-arm64
|
||||
./xiaohongshu-mcp-darwin-arm64
|
||||
```
|
||||
|
||||
**⚠️ Important Note**: The headless browser will be automatically downloaded on first run (about 150MB), please ensure a stable network connection. Subsequent runs will not require re-downloading.
|
||||
|
||||
**Method 2: Build from Source**
|
||||
|
||||
<details>
|
||||
<summary>Installation Configuration Details</summary>
|
||||
<summary>Build from Source Details</summary>
|
||||
|
||||
Requires Golang environment. For installation instructions, please refer to [Golang Official Documentation](https://go.dev/doc/install).
|
||||
|
||||
@@ -165,8 +199,13 @@ For Windows issues, check here first: [Windows Installation Guide](./docs/window
|
||||
|
||||
First time requires manual login to save RedNote login status.
|
||||
|
||||
Run
|
||||
**Using Binary Files:**
|
||||
```bash
|
||||
# Run the login tool for your platform
|
||||
./xiaohongshu-login-darwin-arm64
|
||||
```
|
||||
|
||||
**Using Source Code:**
|
||||
```bash
|
||||
go run cmd/login/main.go
|
||||
```
|
||||
@@ -175,8 +214,17 @@ go run cmd/login/main.go
|
||||
|
||||
Start xiaohongshu-mcp service.
|
||||
|
||||
**Using Binary Files:**
|
||||
```bash
|
||||
# Default: Headless mode, no browser interface
|
||||
./xiaohongshu-mcp-darwin-arm64
|
||||
|
||||
# Non-headless mode, with browser interface
|
||||
./xiaohongshu-mcp-darwin-arm64 -headless=false
|
||||
```
|
||||
|
||||
**Using Source Code:**
|
||||
```bash
|
||||
# Default: Headless mode, no browser interface
|
||||
go run .
|
||||
|
||||
@@ -458,20 +506,59 @@ Switched to Feishu group, scan QR code to join directly
|
||||
|
||||
</details>
|
||||
|
||||
<!-- Two-column layout: Feishu Group 2 | WeChat Group -->
|
||||
<details>
|
||||
<summary>【WeChat Group 1】Full </summary>
|
||||
|
||||
| 【Feishu Group 2】: Scan to join | 【WeChat Group】: Scan to join |
|
||||
<img src="https://github.com/user-attachments/assets/34c51c3a-d5fd-4086-9d37-a5a5284264c9" alt="WechatIMG119" width="300">
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>【WeChat Group 2】Full </summary>
|
||||
|
||||
<img src="https://github.com/user-attachments/assets/d2c0340c-33e7-4d19-a9f5-cd581b63bd56" alt="WechatIMG119" width="300">
|
||||
|
||||
</details>
|
||||
|
||||
<!-- Two-column layout: Feishu Group 2 | WeChat Group 3 -->
|
||||
|
||||
| 【Feishu Group 2】: Scan to join | 【WeChat Group 3】: Scan to join |
|
||||
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <img src="https://github.com/user-attachments/assets/ca1f5d6e-b1bf-4c15-9975-ff75f339ec9b" alt="qrcode_2qun" width="300"> | <img src="https://github.com/user-attachments/assets/34c51c3a-d5fd-4086-9d37-a5a5284264c9" alt="WechatIMG119" width="300"> |
|
||||
| <img src="https://github.com/user-attachments/assets/ca1f5d6e-b1bf-4c15-9975-ff75f339ec9b" alt="qrcode_2qun" width="300"> | <img src="https://github.com/user-attachments/assets/7665056d-be56-4bf3-a9f3-77f967079929" alt="WechatIMG119" width="300"> |
|
||||
|
||||
## 🙏 Thanks to Contributors
|
||||
|
||||
Thanks to all friends who have contributed to this project!
|
||||
## 🙏 Thanks to Contributors ✨
|
||||
|
||||
Thanks to all friends who have contributed to this project! (In no particular order)
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://haha.ai"><img src="https://avatars.githubusercontent.com/u/3946563?v=4?s=100" width="100px;" alt="zy"/><br /><sub><b>zy</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=xpzouying" title="Code">💻</a> <a href="#ideas-xpzouying" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=xpzouying" title="Documentation">📖</a> <a href="#design-xpzouying" title="Design">🎨</a> <a href="#maintenance-xpzouying" title="Maintenance">🚧</a> <a href="#infra-xpzouying" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/xpzouying/xiaohongshu-mcp/pulls?q=is%3Apr+reviewed-by%3Axpzouying" title="Reviewed Pull Requests">👀</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="http://www.hwbuluo.com"><img src="https://avatars.githubusercontent.com/u/1271815?v=4?s=100" width="100px;" alt="clearwater"/><br /><sub><b>clearwater</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=esperyong" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/laryzhong"><img src="https://avatars.githubusercontent.com/u/47939471?v=4?s=100" width="100px;" alt="Zhongpeng"/><br /><sub><b>Zhongpeng</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=laryzhong" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DTDucas"><img src="https://avatars.githubusercontent.com/u/105262836?v=4?s=100" width="100px;" alt="Duong Tran"/><br /><sub><b>Duong Tran</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=DTDucas" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Angiin"><img src="https://avatars.githubusercontent.com/u/17389304?v=4?s=100" width="100px;" alt="Angiin"/><br /><sub><b>Angiin</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=Angiin" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/muhenan"><img src="https://avatars.githubusercontent.com/u/43441941?v=4?s=100" width="100px;" alt="Henan Mu"/><br /><sub><b>Henan Mu</b></sub></a><br /><a href="https://github.com/xpzouying/xiaohongshu-mcp/commits?author=muhenan" title="Code">💻</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
<a href="https://github.com/xpzouying/xiaohongshu-mcp/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=xpzouying/xiaohongshu-mcp" />
|
||||
</a>
|
||||
|
||||
### ✨ Special Thanks
|
||||
|
||||
- [@wanpengxie](https://github.com/wanpengxie)
|
||||
| Contributors |
|
||||
| --- |
|
||||
| [<img src="https://avatars.githubusercontent.com/wanpengxie" width="100px;"><br>@wanpengxie](https://github.com/wanpengxie) |
|
||||
|
||||
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
Reference in New Issue
Block a user