File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 41
41
├── sekai #sekai包,主要管理模拟访问和下载
42
42
│ ├── voice.py
43
43
│ ├── __init__.py
44
- │ └ ── resource #下载到的文件都存放在这个文件夹里
44
+ │── resource #下载到的文件都存放在这个文件夹里
45
45
│
46
46
├── tests
47
47
└── venv
@@ -63,19 +63,17 @@ character = 14
63
63
- 如有需要,可以继续修改下载间隔interval(默认30秒),请勿调整过小,极容易触发` 503 ` 。
64
64
65
65
### 运行
66
- > Python > 3.8, Tested by Python 3.10
67
- >
68
- > 建议启用虚拟环境venv
69
-
66
+ - Python > 3.8, Tested by Python 3.10
67
+ - 启用虚拟环境venv
70
68
``` bash
71
- python3 -m venv .venv
72
- source .venv/bin/activate
69
+ python3 -m venv .venv
70
+ source .venv/bin/activate
73
71
```
74
-
72
+ - 安装依赖
75
73
``` bash
76
74
pip install -r requirements.txt
77
75
```
78
-
76
+ - 运行程序
79
77
``` bash
80
78
python3 ./main.py
81
79
```
@@ -103,4 +101,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
103
101
请注意!使用本程序你将默认同意,所有资源的版权方归` Project Sekai ` 和` SEGA ` 以及资源托管站(及其他们的许可要求),本程序和` SEGA ` 和资源站` sekai.best ` 团体没有关系,您将保证不对二者产生任何不利影响。本程序仅供进行技术学习和交流,使用本程序所带来的一切法律后果由用户自行承担。
104
102
105
103
## 感谢
106
- 感谢sekai.best资源站为大家提供关于PJSK的资源服务。
104
+ 感谢sekai.best资源站为大家提供关于PJSK的资源服务。
You can’t perform that action at this time.
0 commit comments