0.0.2 • Published 7 years ago

tinypng-uploader v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

TinyPNG-uploader

Tiny PNG uploader to bulk upload and replace existing image into recursive folder structure.

TODO

  • read recursive folder name as terminal argument
  • Find all images with supported file image extension (use config.IMAGE_EXTENSIONS)
  • Validate image size(use config.IMAGE_SIZE), log error IF exceed.
  • upload files using queue (use this variable to config.QUEUE_SIZE)
  • download all files to respective file path.
  • log error IF any occurs.