Tono
Tono
@jamesrweb images get displayed on a page, a user checks which images he or she would like, clicks download, image files are downloaded and compressed to zip
I'd really like to see the ability to add a song to a queue. I'd also like to get my currrent playlists and select which one to play.
@ersel Definitely looked into it further and saw Spotify doesn't have that ability. Whatever makes it easier to add a song to a playlist, I suppose. Thanks for listening. :)
@tjcim **Arguments for parsing ideas** Date selection ex: _python3 RedditImageScraper.py -sDate "10282017 -eDate "10292017" _ Subreddit selection ex: _python3 RedditImageScraper.py --sDate "10282017 --eDate "10292017" --sub "wallpapers"_ Selection of download path...
@tjcim Someone suggested making it --from and --to, so that's totally doable.
@klimli Can I get a little more explanation on this before I merge? I'm not familiar with this error handling
@klimli Hey there! Thanks for getting back to me with a detailed response. I would work on something a little more like this ``` try: response = request.get(url) except Exception...
I am currently also experiencing this issue.
@emmawedekind Done!
Thank you for getting back to me. I tried it again making sure I'm using Python 3. ``` Traceback (most recent call last): File "testing.py", line 24, in h =...