Giter Club home page Giter Club logo

js_spider's Introduction

Spider

日常脚本/爬虫.

安装

npm i 安装依赖

运行

阿里试用排序

示例

touch ali_sort/config.js 创建配置文件

写入如下内容, cookie请自行使用自己的.

module.exports = {
  host: 'localhost',
  port: 8000,
  // 登录try.taobao.com后开发控制台复制cookie, 下面示例cookie不保证可用性
  cookie: 'your_cookie'
}

npm run ali_sort

pixiv 个人收藏夹

请自行科学上网

示例

touch pixiv/config/cookie.js 创建cookie文件

pixiv/config/cookie.js 写入cookie

npm run pc 运行

89wxw

89文学网爬虫

示例

89wxw/config.js 为配置文件

pm2 start npm -n 89wxw -- run 89wxw pm2运行为了可以被踢重连

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.