import os import re from scrapy.crawler import CrawlerProcess from scrapy.settings import Settings from scrapy.utils.project import get_project_settings process = CrawlerProcess(get_project_settings()) process.crawl('cnki_hcs_list2024') process.start()