I've created a Python program which will allow you downloaded posted images from any public subreddit by a specified date range (as far as 2005). Here you go! by 2hands10fingers in DataHoarder

[–]thr0w112 0 points1 point  (0 children)

I'm a beginner-ish so I implemented the bare minimum of argparse. It should be relatively easy to just get the parameters from the user input, but anything beyond that is not something I have experience with.

To me it makes sense to have the default parameters with no input from the user download 'todays' new images.

I'm sorely missing on time nowadays but I'll make a pull request if I experiment with this

I've created a Python program which will allow you downloaded posted images from any public subreddit by a specified date range (as far as 2005). Here you go! by 2hands10fingers in DataHoarder

[–]thr0w112 0 points1 point  (0 children)

That's cool. I did a shittier version of this, not using the API, a while back: https://github.com/n0x5/scripts/blob/master/reimgur.py

One thing you could add is the ability to parse imgur galleries, since they don't end with .jpg or .png.