Created
August 9, 2024 21:45
-
-
Save Sardonyx001/aed1e3c29e3b3a99aacf660b7701ef74 to your computer and use it in GitHub Desktop.
Grab a random waifu jpg from waifu.im
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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