Flickr Downloader is a Python-based tool that allows you to bulk download public photos from any Flickr profile.
This project includes two versions of the tool:
- A simple script that downloads a limited number of photos from a Flickr profile.
- Works on the first visible page only.
- Good for beginners who want to understand the basics.
- An advanced scraper with pagination support.
- Automatically loads multiple pages to collect all public photos from a profile.
- Downloads the large size (
_b.jpg) images for better quality. - No photo limit (downloads all available public images).
- Python 3.8+
- Dependencies listed in
requirements.txt
Clone the repository and install dependencies:
git clone https://github.com/mrcrysta1/Flicker_Download-Profile-image.git
cd Flicker_Download-Profile-image
pip install -r requirements.txt