Skip to content
/ zipdl Public

Zip Downloader downloads a zip file once or periodically and extracts the files at the specified path

License

Notifications You must be signed in to change notification settings

uberswe/zipdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zip Downloader

Build like so

go build -o zipdl

to install this command add it to your PATH or copy it like so sudo cp zipdl /usr/local/bin/

The program takes three arguments

  • url the url we want to download the zip from
  • path the path where we want to store the unzipped files
  • interval (optional) this causes the program to run forever and specifies how often we want to download and extract the files eg. 15m, 6h, 1d, 1h30m

I use this to download pricing data for Elder Scrolls Online for an addon called Tamriel Trade Center. I play on Linux so there are not a lot of solutions out there. Here is how I use it:

zipdl -path="/home/uberswe/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre" -interval="6h" -url="https://eu.tamrieltradecentre.com/download/PriceTable"

About

Zip Downloader downloads a zip file once or periodically and extracts the files at the specified path

Topics

Resources

License

Stars

Watchers

Forks

Languages