Skip to main content

an async pixiv toolbox

Project description

pixivcat

an async pixiv toolbox

Feature

  • use async
  • high performance
  • concurrency download
  • raw pixiv api

Useage

  • install pixivcat
  • pip install pixivcat
    
  • Login to pixiv using refresh token, if you don't have a pixiv refresh token, You can find the access method at @upbit
  •   from pixivcat.AppApi import AppClient
      refresh_token = "xxxxxxxxxxxxxxx" # your refresh token
      async def login():
          app = AppClient(refresh_token=refresh_token)
          async with app:
              image = app.illust_detail(99057163)
              print(image)
              #download image to path
              await image.download_origin("setu")
              # bookmark the image
              await app.illust_bookmark_add(image.id)
    

proxy

if you want use your proxy, you can add the proxy link to the parameter

app = AppClient(refresh_token=refresh_token,proxy="http://host:port")

exmaple

see exmaple.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixivcat-0.0.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page