HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
311 stars 78 forks source link

QQ: saved items #72

Closed mgaulton closed 7 years ago

mgaulton commented 7 years ago

I tend to save a lot of things while i'm on the iPad so I was wondering if there's a way to have the script authenticate and download from the saved items for my profile?

rachmadaniHaryono commented 7 years ago

the current script right now don't handle any login from reddit profile. it just scrape subreddit and use multiple parser to download it.

adding this feature require the program or user to register to get client secret and client id from reddit. it also add praw as requirement package.

mgaulton commented 7 years ago

Ok. I thought i'd ask since I was already using this one. I did find a couple alternatives for that on github. Thank you.