# yanglegeyang_Go **Repository Path**: eason4798_admin/yanglegeyang_Go ## Basic Information - **Project Name**: yanglegeyang_Go - **Description**: 羊了个羊通关次数修改 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-09-16 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yanglegeyang 羊了个羊 刷通关次数脚本 **提醒:** 需要使用抓包软件获取`token` ## 一、抓包 抓取 `cat-match.easygame2021.com` 的请求包下面的 Header 为 `t` 中的内容 ![输入图片说明](https://img1.imgtp.com/2022/09/16/amGQygBj.png) ## 三、使用 ### Docker - 执行以下命令前,将 `` 替换为实际内容 - `--times` 对应设置通关次数,默认为 `1` ```shell docker run --rm -it zc2638/ylgy sh -c 'ylgy --token --times 800' ``` 程序会自动运行,有时会遇到请求失败的情况,可以减少times的次数再试试