cove-scripts/archive_imgur_images
2023-04-26 21:55:37 +02:00
..
download_images.py Download imgur images 2023-04-26 21:55:37 +02:00
find_images.py Find imgur image and album ids 2023-04-26 21:03:56 +02:00
README.md Document imgur archive scripts 2023-04-26 21:55:37 +02:00

Archive imgur images

A set of scripts for finding and downloading imgur images linked in messages.

Since imgur announced to remove anonymously posted content soon, I decided to write some scripts to download and preserve all imgur images ever posted to euphoria. Run at your own risk :P

Usage

First, install requests or use the flake with nix develop. Then execute the following commands:

$ cove export -o - -f json-stream -a | ./find_images.py
$ ./download_images.py

For more info and available arguments, consult cove export --help, ./find_images.py --help, and ./download_images.py --help.