暗网采集(新版) ——推送到采集平台的数据字段都和新闻的一样
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
296 B

6 months ago
  1. # -*- coding: utf-8 -*-
  2. """
  3. """
  4. from scrapy.cmdline import execute
  5. if __name__ == '__main__':
  6. # news_denkbares新闻网站采集启动
  7. execute(['scrapy', 'crawl', 'news_denkbares'])
  8. # shop_pot 毒品网站采集启动
  9. # execute(['scrapy', 'crawl', 'shop_pot'])