Giter Site home page Giter Site logo

pyspider2nba's Introduction

PSpider

Python3下极为简洁的爬虫框架, 简单介绍点这里, 实例点这里

utilities module

定义爬虫需要的工具类/工具函数等

instances module

定义抓取过程中的fetcher/parser/saver类

concurrent module

定义多线程/多进程爬取策略,并保证数据同步

others

  • setup.py为安装文件,可将该框架安装到系统环境中
  • test.py为测试文件,可进行简单的功能性测试
  • pylint.conf是代码检查需要的配置文件
  • demos_yundama封装了yundama接口,方便调用
  • demos_nbastats抓取NBA官网上的所有球员数据,并以此作为案例介绍框架的使用方法

问题汇总

  • 安装时提示: Could not find suitable distribution for Requirement.parse('pybloom>=2.0.0')

bloomfilter需要手动安装, 源代码地址在setup文件中, 从GitHub下载后安装即可

欢迎大家在"Issues"中提出问题或者建议,也可以fork后提交"Pull requests"

pyspider2nba's People

Contributors

tokkiu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.