All Projects → everpcpc → pixiv

everpcpc / pixiv

Licence: MIT license
Pixiv API for Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to pixiv

Pix Ezviewer
一个支持免代理直连及查看动图的第三方Pixiv android客户端
Stars: ✭ 1,953 (+5644.12%)
Mutual labels:  pixiv
PixivPixie
User-friendly Pixiv API based on PixivPy
Stars: ✭ 23 (-32.35%)
Mutual labels:  pixiv
Piko
pixiv third client,P站第三方客户端,flutter跨平台
Stars: ✭ 19 (-44.12%)
Mutual labels:  pixiv
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+505.88%)
Mutual labels:  pixiv
PickTrue
豆瓣相册下载, A站下载器,Artstation Downloader, Pixiv Downloader, 花瓣网(huaban.com)图片下载器
Stars: ✭ 129 (+279.41%)
Mutual labels:  pixiv
pixivcs
Pure C# implementation of Pixiv API
Stars: ✭ 33 (-2.94%)
Mutual labels:  pixiv
Pixez Flutter
一个支持免代理直连及查看动图的第三方Pixiv flutter客户端
Stars: ✭ 2,795 (+8120.59%)
Mutual labels:  pixiv
HibiAPI
一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
Stars: ✭ 427 (+1155.88%)
Mutual labels:  pixiv
Pikax
一个基于requests的P站下载器/ A pixiv downloader based on requests
Stars: ✭ 49 (+44.12%)
Mutual labels:  pixiv
SetuAPI
色图API
Stars: ✭ 39 (+14.71%)
Mutual labels:  pixiv
Net Spider
新手小白~~持续更新中〜随意Fork,Star,大佬萌多多issue哦 (目前更新: 1.短视频视频无水印解析(支持超过30多个平台 e.g., 抖音,快手,微博...) 2.bilibili音视频解析🐱‍👓 3.知音漫客图片加密 🔥 4. 世纪佳缘信息👨‍👩‍👧‍👦 5.小鸡词典🐥🐥。。。。。。
Stars: ✭ 212 (+523.53%)
Mutual labels:  pixiv
pxnyan
An application powered by Flutter.
Stars: ✭ 47 (+38.24%)
Mutual labels:  pixiv
pixiv.ts
Wrapper for the Pixiv API with typings
Stars: ✭ 25 (-26.47%)
Mutual labels:  pixiv
Pixiv App Api
Promise base pixiv API client
Stars: ✭ 186 (+447.06%)
Mutual labels:  pixiv
dic-nico-intersection-pixiv
ニコニコ大百科とピクシブ百科事典の共通部分のIME辞書
Stars: ✭ 49 (+44.12%)
Mutual labels:  pixiv
Pixiv Omina
Pixiv Omina is a software for downloading artworks and comics from Pixiv and Pixiv Comic
Stars: ✭ 142 (+317.65%)
Mutual labels:  pixiv
CryPixiv-UWP
Pixiv client for Windows 10. Redesign of CryPixiv for UWP platform
Stars: ✭ 13 (-61.76%)
Mutual labels:  pixiv
pixiv-helper
mirai-console 插件开发计划
Stars: ✭ 113 (+232.35%)
Mutual labels:  pixiv
BooruSharp
A C# library to browse Booru websites (Gelbooru, Konachan, E621...) easily
Stars: ✭ 46 (+35.29%)
Mutual labels:  pixiv
OPQ-SetuBot
基于botoy和OPQBot的色图机器人
Stars: ✭ 194 (+470.59%)
Mutual labels:  pixiv

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].