Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
修复chromedriver下载失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
PRaichu committed Jul 24, 2022
1 parent e98467b commit 208891e
Show file tree
Hide file tree
Showing 6 changed files with 43,573 additions and 157 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
3. 因使用此脚本造成的账号风控、账号封禁等后果,均自行承担

# 特色

1. 支持浏览文章,观看视频,自动答题(每日答题,每周答题,专项答题),一天45分
2. 无需手动操作,浏览器全程静音,无感刷视频
3. 全程无人值守,结束任务后自动关闭浏览器
Expand All @@ -34,8 +35,8 @@

# 开始:

0. 可以将源码下载或clone到本地仓库,自行编译运行,也可以在[ Release ](https://github.com/PRaichu/xxqg/releases)中下载我已经编译了的版本
1. 请确保你电脑中已经安装最新chrome浏览器,没有安装请先去 https://www.google.cn/chrome/ 下载安装
0. 可以将源码下载或clone到本地仓库,自行编译运行,也可以在[ Release ](https://github.com/PRaichu/xxqg/releases) 中下载我已经编译了的版本
1. 请确保你电脑中已经安装最新chrome浏览器,没有安装请先去 https://www.google.cn/chrome/ 下载安装
2. 点击运行 `xuexi.exe` ,根据提示进行操作
3. 脚本运行过程中请勿关闭或最小化浏览器,否则可能会失败,并且可能有检测风险
4. 可将脚本控制台置于最前,查看运行进度
Expand All @@ -57,6 +58,18 @@
2. 如果脚本控制台长时间不动,可以尝试输入回车或重启脚本
3. 如果使用时还有其他问题,欢迎提`issue`反馈

# 打包

如果有小伙伴需要自己修改代码打包项目的,可以使用`pyinstaller`

1. 安装

```pip install pyinstaller```

2. 在终端进入项目文件夹,执行如下命令,参数可以根据自己需要修改

```pyinstaller -F -c -i .\xxqg.ico -p 项目路径 .\xuexi.py```

# 运行效果图

<img src="https://github.com/PRaichu/xxqg/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE1.png?raw=true" alt="程序效果图" style="zoom:50%;" />
Expand Down
Binary file modified chromedriver.exe
Binary file not shown.
Loading

0 comments on commit 208891e

Please sign in to comment.