Git Product home page Git Product logo

pixivspider's Introduction

PixivSpider

PixivSpider is a web spider library about Pixiv, written in Python3.

The power of PixivSpider:

>>> from PixivSpider import PixivSpiderApi
>>> account = 'your Pixiv account'
>>> password = 'your Pixiv password'
>>> r = PixivSpiderApi.get_a_picture(picture_id=67844926, dirname='D://', account=account, password=password)
https://www.pixiv.net/member_illust.php?mode=medium&illust_id=67844926
200
图片源页面访问成功...67844926
67844926 0 2018/03/21/18/00/25 jpg
67844926 0 2018/03/21/18/00/25 jpg
67844926_p0.jpg保存成功...
下载成功...67844926
Download successful: 67844926
Picture save path: D://67844926_p0.jpg

Feature Support

  • Download picture files via picture ID.
  • Get picture information via picture ID.
  • Get painter information via the ID of his picture or painter ID.
  • Get all picture files of the painter via the ID of his picture or painter ID.
  • Add or modify bookmarks via picture ID.

Installation

pip install PixivSpider

Documentation

In progress: http://pixivspider.readthedocs.io/zh/latest/

How to Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published.

pixivspider's People

Contributors

sanmumuzi avatar discard-22524 avatar

Stargazers

 avatar 邓华锋 avatar  avatar  avatar Mrli avatar  avatar  avatar Rain 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.