You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
296 B
Python
12 lines
296 B
Python
# -*- coding: utf-8 -*-
|
|
# @Time : 2025/7/21 17:29
|
|
# @Author : zhaoxiangpeng
|
|
# @File : main.py
|
|
|
|
from scrapy.cmdline import execute
|
|
|
|
|
|
execute('scrapy crawl org_news_distributed'.split())
|
|
# execute('scrapy crawl org_news_lib_test'.split())
|
|
# execute('scrapy crawl org_news_sjtu_lib'.split())
|