The original post: /r/datahoarder by /u/medy17 on 2024-12-25 15:20:01.

Accessing deleted NSFW Imgur posts is a bit of a hassle since it requires creating queries for Wayback Machine CDX API and then reading through the JSON. I didn’t like that so I made a GUI app with Python and tkinter to do it automatically.

Here’s the GitHub link. Feel free to fork and modify it: Imgur Archive Viewer

Current features:

  1. Easy downloading of Imgur posts from CDX API.
  2. In app previews of recently downloaded files.
  3. Batch processing from a txt file (check the beta branch on GitHub)
  4. Auto folder creation (check beta again)

Let me know if there any features you would like added :) Enjoy