Skip to content

Instantly share code, notes, and snippets.

View mikf's full-sized avatar

Mike Fährmann mikf

  • Germany
View GitHub Profile
@mikf
mikf / README.md
Created February 11, 2021 21:53 — forked from ZipFile/README.md
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.

@mikf
mikf / Pixiv App API.yaml
Created March 2, 2020 14:20 — forked from ZipFile/Pixiv App API.yaml
Unofficial API specification extracted from Pixiv Android App
swagger: '2.0'
info:
title: "Pixiv App API"
description: "Unofficial API specification extracted from Pixiv Android App v5.0.17"
version: "1.0"
host: app-api.pixiv.net
schemes:
- https
@mikf
mikf / Pixiv Public API.yaml
Created March 2, 2020 14:20 — forked from ZipFile/Pixiv Public API.yaml
Unofficial API specification extracted from Pixiv Android App
swagger: "2.0"
info:
title: "Pixiv Public API"
description: "Unofficial API specification extracted from Pixiv Android App v4.8.2"
version: "1.0"
host: public-api.secure.pixiv.net
schemes:
- https
basePath: /v1
produces: