Skip to content

Instantly share code, notes, and snippets.

@thuongtin
Created August 28, 2021 11:42
Show Gist options
  • Save thuongtin/8fe50d939266a04f1e8415827763ff10 to your computer and use it in GitHub Desktop.
Save thuongtin/8fe50d939266a04f1e8415827763ff10 to your computer and use it in GitHub Desktop.
Download thispersondoesnotexist
$i=1
for (;;$i++)
{
Invoke-WebRequest -Uri "https://thispersondoesnotexist.com/image" -DisableKeepAlive -Headers @{"Cache-Control"="no-cache"} -OutFile "$i.jpg"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment