Console application for downloading images from Reddit in Python
RedditImageScraper Console application for downloading images from Reddit in Python This short Python script was created for the mass-downloading of images from Reddit. It will be used later for creating data-sets for several Machine Learning projects. In order to use the script, you will have to have a Reddit account sign-up to create a developer account. You will be assigned a client_id and client_secret which you have to enter in config.ini before you run the script. Usage The -r parameter […]
Read more