Skip to content

Commit a8d75aa

Browse files
authored
Update README.md
1 parent fd2b3e5 commit a8d75aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ key = ''
1919
secret = ''
2020
```
2121

22-
3. Search for up to `n` images, and optionally `--download`. URLs are printed to screen and downloaded images are saved in `flickr_scraper/images`.
22+
3. Search for up to `n` images, and optionally `--download`. URLs are printed to screen and downloaded images are saved in `flickr_scraper/images`. Note that image downloads are subject to Flickr rate limits and other limitations. See https://www.flickr.com/services/developer/api/ for full information.
23+
2324
```bash
2425
$ python3 flickr_scraper.py --search 'honeybees on flowers' --n 10 --download
2526

0 commit comments

Comments
 (0)