Skip to content

Instantly share code, notes, and snippets.

@Sardonyx001
Created August 9, 2024 21:45
Show Gist options
  • Save Sardonyx001/aed1e3c29e3b3a99aacf660b7701ef74 to your computer and use it in GitHub Desktop.
Save Sardonyx001/aed1e3c29e3b3a99aacf660b7701ef74 to your computer and use it in GitHub Desktop.
Grab a random waifu jpg from waifu.im
curl -s 'https://api.waifu.im/search?is_nsfw=false&included_tags=waifu' \
| jq '.images.[].url'
# Tags:
# waifu
# maid
# marin-kitagawa
# mori-calliope
# raiden-shogun
# selfies
# uniform
# kamisato-ayaka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment