from scrapy.cmdline import execute
import sys
import os
sys.path.append(os.path.dirname(os.path.abspath(__file__)));
execute(["srcapy","crawl","项目名称"])

 


 
                    
            
                

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-12-14
  • 2021-05-28
  • 2021-10-24
猜你喜欢
  • 2021-12-27
  • 2021-12-12
  • 2021-07-30
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案