toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Downloading a file

Open szymon-rd opened this issue 2 years ago • 1 comments

Make sure that there is a good DX when downloading a file + add a tutorial on that.

szymon-rd avatar Sep 11 '23 18:09 szymon-rd

FWIW this is a one-liner using os-lib and requests-scala, including (lack of) imports, streaming the file contents directly to disk

$ amm
Loading...
Welcome to the Ammonite Repl 2.5.4 (Scala 2.13.8 Java 17.0.6)
@ os.write(os.pwd / "file.html", requests.get.stream("https://www.lihaoyi.com/")) 

lihaoyi avatar Oct 30 '23 08:10 lihaoyi