JustHumanz / PixivLewdRSS

simpe pixiv r-18 discord webhook
2 stars 1 forks source link

Add option to send new arts of specific artists #1

Open sneazy-ibo opened 2 years ago

JustHumanz commented 2 years ago

can you give me more detail?

sneazy-ibo commented 2 years ago

can you give me more detail?

@echo off
setlocal EnableExtensions EnableDelayedExpansion
set "tags="
for /F "usebackq delims=" %%T in ("Tags.txt") do set "tags=!tags!,%%T"
rem Remove comma at beginning of the tags value.
set "tags=!tags:~1!"
set "ignore="
for /F "usebackq delims=" %%I in ("Ignore.txt") do set "ignores=!ignores!,%%I"
rem Remove comma at beginning of the ignores value.
set "ignores=!ignores:~1!"
set "banned="
for /F "usebackq delims=" %%B in ("Banned.txt") do set "banned=!banned!,%%B"
rem Remove comma at beginning of the banned value.
set "banned=!banned:~1!"
python main.py -s [my sessionid] -w [my webhook] -t !tags! -i '!ignores!' -b '!banned!'
endlocal
pause

Correct or clarify me if something doesn't work or doesn't makes sense, you know a lot more coding than me ig. I am just using a lot of programs and have a bit experience so it would be nice if you see this comment just as my opinion.

JustHumanz commented 2 years ago

noted

sneazy-ibo commented 2 years ago

noted

Thx