diff --git a/README.md b/README.md index 5a19716..1523484 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ key = '' secret = '' ``` -3. Search for up to `n` images, and optionally `--download`. URLs are printed to screen and downloaded images are saved in `flickr_scraper/images`. +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. + ```bash $ python3 flickr_scraper.py --search 'honeybees on flowers' --n 10 --download