init
0 parents
Showing
52 changed files
with
732 additions
and
0 deletions
.idea/.gitignore
0 → 100644
.idea/FastAPIProject1.iml
0 → 100644
.idea/dataSources.xml
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
app/__pycache__/main.cpython-310.pyc
0 → 100644
No preview for this file type
app/application.yaml
0 → 100644
app/config/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
app/config/app_config.py
0 → 100644
app/config/log_config.py
0 → 100644
app/config/tortoise_config.py
0 → 100644
app/event/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
app/event/fastapi_event.py
0 → 100644
app/job/__init__.py
0 → 100644
File mode changed
app/job/__pycache__/__init__.cpython-310.pyc
0 → 100644
No preview for this file type
app/job/__pycache__/job.cpython-310.pyc
0 → 100644
No preview for this file type
app/job/job.py
0 → 100644
app/log-config.yaml
0 → 100644
app/logs/app.log
0 → 100644
This diff could not be displayed because it is too large.
app/main.py
0 → 100644
app/model/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
app/model/mysql_model.py
0 → 100644
app/router/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
app/router/spider_router.py
0 → 100644
app/schemas/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
No preview for this file type
app/schemas/config_schema.py
0 → 100644
app/schemas/spider_schema.py
0 → 100644
app/service/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
app/service/spider_job_service.py
0 → 100644
app/spider/__init__.py
0 → 100644
File mode changed
No preview for this file type
No preview for this file type
app/spider/guduo_spider.py
0 → 100644
requirements.txt
0 → 100644
-
Please register or sign in to post a comment