Skip to content

Instantly share code, notes, and snippets.

View SergioDiniz's full-sized avatar
🎮
Playing something 😋

Sergio SergioDiniz

🎮
Playing something 😋
  • João Pessoa, PB, Brazil
View GitHub Profile
@SergioDiniz
SergioDiniz / epics-io-download.kt
Created October 9, 2022 23:52
download sequential photos from epics.io
import org.apache.commons.io.FileUtils
import java.io.File
import java.net.URL
// download sequential photos from epics.io
fun main(args: Array<String>) {
val baseUrl = "https://images.epics.website/d1d3d313d131d3d13d974e905c985/IMG-IMAGE_CODE.jpg?token=d1d13d13d11d3d12121s32edasd23fwefwsdd&size=767&wm=2&wmlabel=Fotografias"
val photoDestinationPath = "${System.getProperty("user.dir")}/photos"
val imageCodeRange = 5777..6038