Skip to main content

Imgur to S3

The ImgurToS3 project is a tool designed to back up images from Imgur links in files to an AWS S3 bucket, ensuring that images are preserved even if they are removed from Imgur. The tool searches for Imgur image links in a specified directory, checks which images are already stored in an S3 bucket, and identifies any missing images. It then downloads the missing images from Imgur and uploads them to the S3 bucket. The tool also generates a list of failed links if any images cannot be downloaded. To use the tool, you need Node.js, an AWS account with S3 permissions, and proper configuration of AWS credentials. The tool is run via npm start and supports simple image management by enabling the backup and potential optimization of images. It also allows for testing AWS login with Jest.

  • Repo
  • Status: MVP Done
    • Notes