2hands10fingers / Reddit-Image-Scraper-1.0

Scrapes/downloads a selected subreddit's posted images by a specified date range on http://reddit.com
http://www.glotacosm.com
48 stars 13 forks source link

ASyncIO #2

Closed ardeaf closed 4 years ago

ardeaf commented 7 years ago

This seems to be the perfect use case for asyncio to speed up your script.

ardeaf commented 7 years ago

I added in asyncio functionality to the script. Working on breaking it out as a separate script that gets ran during main() if the user passes in the -async argument.

Waiting for some type of argument parsing to get implemented... submitted my own pull request for that.