flickr_scraper icon indicating copy to clipboard operation
flickr_scraper copied to clipboard

Simple Flickr Image Scraper

Results 7 flickr_scraper issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/Users/cjgetty/Desktop/flickr_scraper/flickr_scraper.py", line 66, in get_urls(search=opt.search, # search term File "/Users/cjgetty/Desktop/flickr_scraper/flickr_scraper.py", line 31, in get_urls for i, photo in enumerate(photos): File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/flickrapi/core.py", line 690,...

bug

I attempted to use the command suggested and have tried to pull other things however I always get this error. It creates the necessary folders, but won't grab any of...

@glenn-jocher I ran this command, the pictures were downloaded without problems, and all 20 pictures were downloaded. But this problem appeared in the console: ```shell python flickr_scraper.py --n 20 --download...

- pass search keywords as a list for multiple search at once - Fix issue of hang downloading at n-1/n

**The ERROR occurred as:** Traceback (most recent call last): File "flickr_scraper.py", line 9, in from utils.general import download_uri ModuleNotFoundError: No module named 'utils.general' **when I install the module, it shows:**...

Hi, when I run following script: ``` shell python flickr_scraper.py --search 'honeybees on flowers' --n 10 --download ``` an error occurred. ``` Traceback (most recent call last): File "flickr_scraper.py", line...

Hello, Thanks for the great script. It really helps to quickly build datasets for training. But I have a question about the images that are being downloaded. Are these sorted...