Open infrontofme opened 4 years ago
did you embed your api and secret key to the flicker_scraper.py
@infrontofme @berkantay you need to use your own API key, as the README explains:
Request a Flickr API key: https://www.flickr.com/services/apps/create/apply
Write your API key and secret in flickr_scraper.py
L11-L12:
key = ''
secret = ''
Hi, when I run following script:
an error occurred.
I tried both on windows and ubuntu, reports the same error
:)