Skip to content

Commit

Permalink
添加了更改常用UA的方法,顺带加入了安装PyYAML的命令提示
Browse files Browse the repository at this point in the history
  • Loading branch information
1235789gzy1 committed Sep 1, 2022
1 parent 49aa728 commit f0bb8d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 米游社辅助签到

### 使用Json格式的用户请注意,在版本更新后配置文件格式从json换成yaml了,需要安装`PyYAML`模块脚本才能正常工作
- 本地运行使用 `pip install PyYAML` 上传云函数运行则使用 `pip install PyYAML -t .`

基于Python3的米游社辅助签到项目

Expand Down Expand Up @@ -67,6 +68,13 @@
7. **此时Cookie已经复制到你的粘贴板上了**
## 获取设备UA
1. 使用常用的移动端设备访问 `https://www.ip138.com/useragent/`
2. 复制网页内容中的 `客户端获取的UserAgent`
3. 替换配置文件中 `useragent` 的原始内容
## 使用Docker运行
Docker的运行脚本基于Linux平台编写,暂未在Win平台测试。
Expand Down

0 comments on commit f0bb8d6

Please sign in to comment.