Document imgur archive scripts
This commit is contained in:
parent
61e8d79777
commit
f05c2c848f
1 changed files with 20 additions and 0 deletions
20
archive_imgur_images/README.md
Normal file
20
archive_imgur_images/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# 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](https://pypi.org/project/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`.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue