Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1061700625 committed Jun 25, 2023
1 parent f67bd55 commit f4aa819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ pip install -r requirements.txt
python main.py
```

打包exe(生成在dist下)
```bash
pyinstaller -F -w -i icon.ico main.py
```


## 其他说明:
- 爬取间隔太快,容易遇到“**访问频繁**”或“**freq_control**”,这时候可以删除**cookie.json**,再重新运行软件,**换个号**继续运行;
- Qt打包完实在是太大了,有大佬会转成Tkinter吗?
Expand Down

0 comments on commit f4aa819

Please sign in to comment.