Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 254 Bytes

aiopixiv3

この子をaiohttpを使って書き換えたもの。 https://github.com/upbit/pixivpy

特徴

async with を使うとセッションを自動で閉じる。

import aiopixiv3
async with aiopixiv3.AppPixivAPI() as api:
    pass