Skip to content

Instantly share code, notes, and snippets.

View nmoinvaz's full-sized avatar

Nathan Moinvaziri nmoinvaz

  • Phoenix, United States
View GitHub Profile
@nmoinvaz
nmoinvaz / flickr-scraper.py
Last active August 7, 2021 11:30 — forked from ralphbean/flickr-scraper.py
Script to scrape images from a flickr account.
#!/usr/bin/env python
""" Script to scrape images from a flickr account.
Author: Ralph Bean <rbean@redhat.com>
Added ability to get specific image sizes
Added thread pooling for faster retrieval of large sets of images
Added flickr api request caching for faster recovery
Author: Nathan Moinvaziri <nathan@nathanm.com>
"""