Giter Site home page Giter Site logo

drcayman / zspider Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klren0312/zspider

0.0 0.0 0.0 3.09 MB

基于Electron爬虫程序, 可以切换到主分支查看原来代码

Home Page: https://www.bilibili.com/video/av78349186/

JavaScript 20.54% HTML 0.54% Vue 74.90% SCSS 4.02%

zspider's Introduction

治电爬虫程序

功能

  • 夜间模式
  • 创建/修改应用
  • 导入/导出应用
  • 数据采集
  • 数据发布 (MySQL), 可导出Excel, JSON文件
  • 本地应用上传, 远程应用获取
  • 客户端与服务端通信
  • 新增代码应用
  • 插入代码片段功能

开发与打包

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run serve

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

相关问题

1.导入示例应用

a.文件夹名称: example

b.应用:

  • house365应用.zpk
  • 代码测试应用.zpk

c.导入 在主页面点击导入应用, 选取.zpk文件导入即可

2.代码应用相关调用类库和方法

{ name: 'fs', info: 'NodeJS内置文件操作库' }
{ name: 'path', info: 'NodeJS内置路径操作库' }
{ name: 'reqest', info: 'HTTP请求库' }
{ name: 'request-promise', info: '基于Promise的HTTP请求库' }
{ name: 'cheerio', info: 'HTML解析库' }
{ name: 'cheerio-tableparser', info: 'HTML表格解析的Cheerio插件' }
{ name: 'mysql2', info: 'MySQL操作库' }
{ name: 'puppeteer-core', info: '操作Chrome库' }
{ name: 'electron', info: '操作Electron窗体相关API' }
{ name: 'dataDb', info: '操作本地JSON数据存储, 用于本地存储数据' }
{ name: 'chromePath', info: '本地Chrome安装路径' }

运行截图

zspider's People

Contributors

klren0312 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.