CWHer / PixivCrawler

Pixiv Utils implemented in Python, including Pixiv Crawler and Mosaic Puzzles, support for rankings, personal bookmarks, artist works and keyword search for personalized filtering, and provide high-performance multi-threaded parallel download. 🤗
GNU General Public License v3.0
223 stars 28 forks source link

[FEATURE] Use `asyncio` to replace multi-threading and upgrade python version #13

Open CWHer opened 5 months ago

CWHer commented 5 months ago

Note

This PR may be delayed since relevant features could significantly change the code structure.

Motivation

Methods

[TODO]