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
Note
This PR may be delayed since relevant features could significantly change the code structure.
Motivation
asyncio
is lighter and can achieve better performance.Methods
[TODO]