Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 878 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 878 Bytes

pixiv

test codecov Go Report Card godoc

Pixiv API for Golang (with Auth supported)

Inspired by pixivpy

example

account, err := pixiv.Login("username", "password")
app := pixiv.NewApp()
user, err := app.UserDetail(uid)
illusts, next, err := app.UserIllusts(uid, "illust", 0)
illusts, next, err := app.UserBookmarksIllust(uid, "public", 0, "")
illusts, next, err := app.IllustFollow("public", 0)