Git Product home page Git Product logo

mspider's Introduction

仓库介绍
  • 这是一个我为了偷懒,而编写的一个自用爬虫模板,虽然不是那么的成熟,但是我会不断的改进
仓库目录结构及说明
.
├── commons // 存放公共组件的目录
│   ├── commons.py
│   ├── db.py
│   ├── fsave.py
│   └── __init__.py
├── config // 存放配置目录
│   ├── __init__.py
│   └── settings.py
├── downloader // 下载器
│   ├── downloader.py
│   └── __init__.py
├── main.py // 编写主程序入口文件
├── README.md
├── tests // 测试用例目录
│   ├── readnovel.json
│   ├── readnovel.py
│   ├── test_download.py
│   └── test_urls.py
├── urls // URL管理器
│   ├── __init__.py
│   └── urls.py
└── xparse // 解析器
    └── __init__.py


that's all

mspider's People

Contributors

seaung avatar

Watchers

 avatar  avatar

mspider's Issues

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.