# qqRead **Repository Path**: ser163/qq-read ## Basic Information - **Project Name**: qqRead - **Description**: QQ阅读分享获取 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QQRead ### 编译 #### 设置代理 ```shell go env -w GOPROXY=https://goproxy.cn,direct ``` #### 编译 ```shell go build -o qq_read ``` #### 运行测试 ```shell ./qq_read -url="https://ih5.reader.qq.com/h5/share/bookShare?bid=54743096&loginType=1&time=1750150464527&appversion=qqreader_8.2.82.0662_iphone&qrsn=OGMwMDQ4MzM5MTNkYTViMDlmMTVjZGIxMDAwMDE0ODE0ODA4&g_n=601949137927901&site=1&tf=1" ```