Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2023-12-10
2023-09-28
2023-09-27
2023-08-16
2023-08-13
2023-08-07
2023-07-23
2023-01-28
2023-01-21

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

pixivD

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

D wrapper around (some) of the pixiv web API

Release Files

No download files.

Recent Commits

Rev.TiempoAutorMensaje RSS
8ecf2fef2023-12-10 14:31:10supercellReplace 'in' parameter with 'const' Will swap over for '...
07eaed0e2023-12-10 14:27:35supercellRemove 'Error in JSON...' from PixivJSONException Closes...
ec0f80a32023-09-28 16:10:33supercellFix incorrect number for PageAlreadyDownloaded
c9a28e4f2023-09-26 18:56:48supercellInclude current progress in PageAlreadyDownloaded
1085361d2023-08-16 18:59:03supercellemit signals when downloading manga this also has the ef...
869a07462023-08-13 16:32:54supercellAdd PageAlreadyDownloadedEvent signal This indicates tha...
ab3f05eb2023-08-13 12:03:36supercellImprove partial download support Should now work for mul...
b92948ac2023-08-13 11:15:44supercellStart implementation of partial downloads Currently it's...
fff4a2312023-08-13 10:11:17supercellAdd signals for download progress and completion This ma...
2e8c4e8b2023-08-07 19:03:25supercellFix incorrect output filename of GIF files D Strings wer...
- pixivd -

a wrapper around the pixiv web api (ajax) for D.


= requirements =

- a D compiler (https://wiki.dlang.org/Compilers)
- dub v1.23.0 or greater (https://dub.pm)
- GraphicsMagick (http://www.graphicsmagick.org)

for dub versions less than 1.23.0, you can run the 'fetch_dependencies' script,
and change the dub.sdl file as written in the comments.


= usage =

*NOTICE*: You need to know what QuantumDepth the GraphicsMagick library uses
on the system which will run this library.  Having the incorrect configuration
_will_ result in runtime errors.  To find this out, run
`gm version | head -n1 | cut -d' ' -f4`.  Then, use the `--override-config`
option when compiling with dub or the "subConfiguration" setting in a dub
SDL/JSON file.

the basic usage is that you create a Client structure by passing your
PHPSESSID cookie value (see PHPSESSID file for information on how to find this).

currently you can only fetch a single illustration, or the "newest"
illustrations from accounts that you follow.

see the "examples" directory for working examples.


= license =

pixivd is licensed under the GNU General Public License, version 3 only.

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.