|
|
@@ -1,25 +0,0 @@
|
|
|
-# -*- coding: utf-8 -*-
|
|
|
-__author__ = 'admin'
|
|
|
-__date__ = '2018/3/7 上午10:06'
|
|
|
-
|
|
|
-from scrapy.cmdline import execute
|
|
|
-
|
|
|
-import sys
|
|
|
-import os
|
|
|
-
|
|
|
-
|
|
|
-# print(os.path.dirname(os.path.abspath(__file__)))
|
|
|
-sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
|
|
-execute(["scrapy", "crawl", "hg3535"]) # 足球爬虫
|
|
|
-# execute(["scrapy", "crawl", "hg3535_supplement"]) #赔率补充爬虫
|
|
|
-# execute(["scrapy", "crawl", "lanqiu"])# 篮球爬虫
|
|
|
-# execute(["scrapy", "crawl", "tennis"])#网球爬虫
|
|
|
-# execute(["scrapy", "crawl", "ball_status"])#足球状态id抓取爬虫
|
|
|
-# execute(["scrapy", "crawl", "ball_status_update"]) # 足球状态更新爬虫
|
|
|
-# execute(["scrapy", "crawl", "bangqiu"])# 棒球爬虫
|
|
|
-# execute(["scrapy", "crawl", "bangqiu_status"]) #棒球状态id抓取爬虫
|
|
|
-# execute(["scrapy", "crawl", "bangqiu_status_update"]) #棒球状态更新爬虫
|
|
|
-# execute(["scrapy", "crawl", "lanqiu_status"]) # 篮球状态id抓取爬虫
|
|
|
-# execute(["scrapy", "crawl", "lanqiu_status_update"]) #篮球状态更新爬虫
|
|
|
-# execute(["scrapy", "crawl", "wangqiu_status"]) #网球状态id抓取爬虫
|
|
|
-# execute(["scrapy", "crawl", "wangqiu_status_update"]) # 网球状态更新爬虫
|