You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
danbooru-nim/example.nim

8 lines
239 B

import danbooru
var db = newDanbooru()
echo(db.endpoint)
var mai_waifu = db.returnTaggedPosts("makise_kurisu rating:safe", "1girl -1boy -2girl -futanari -sex_toy -cosplay -tattoo", num = 600)
for post in mai_waifu:
echo(post.file_url)