some scripts for comick will probably merge with comick-client at some point
0.000000001) install nodejs using these: windows mac
publisher comic search
0.1) you have 2 options slow anslow.js and fast.js slow.js is slower but more accurate but publish-to-url is really fast and hit or miss
slow.js
# how to use slow.js1)go to this link and do ctrl + f and search for the publisher you want go to the "slug" section and copy that into publisher variable
-
go to this line of code
const targets = ["yuri"];
the target variable to whatever genre you want to include example:const targets = ["yuri"];
const targets = ["yuri", "romance"];
-
run the file running
node slow.js
fast.js
1) go to [this](https://api.comick.fun/publisher) link and do ctrl + f and search for the publisher you want go to the "slug" section and copy that into publisher variable-
go to this line of code
const targets = ["yuri"];
the target variable to whatever genre or tag you want to include example:const targets = ["yuri"];
const targets = ["yuri", "romance"];
-
run the file running
node fast.js