https://github.com/midoks/ossbc
https://github.com/midoks/ossbc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/midoks/ossbc
- Owner: midoks
- License: gpl-2.0
- Created: 2018-09-28T03:36:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T22:16:09.000Z (about 4 years ago)
- Last Synced: 2024-12-26T10:42:14.231Z (over 1 year ago)
- Language: Python
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ossbc
奥,手撕包菜
## 网站说明
这是 www.shousibaocai.com 的网站源代码。是xiaoxia的项目,自己拿来修改并优化学习。
### 安装依赖
- pip install -r requirements.txt
### 创建数据
- 本地授权root密码为空
```
grant all privileges on *.* to 'ssbc'@'127.0.0.1' identified by 'ssbc';
```
```
python manage.py makemigrations
python manage.py migrate
```
### 开启爬虫
```
python simdht_worker.py
python index_worker.py
```
### 自动安装
```
curl -fsSL https://raw.githubusercontent.com/midoks/ossbc/master/scripts/ssbc-setup.sh | sh
```
```
curl -fsSL https://raw.githubusercontent.com/midoks/ossbc/master/scripts/ssbc-setup-msm.sh | sh
```