trwnh / PhotoBucketGrabber

Download all your photos from PhotoBucket using this Python script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoBucketGrabber

Download all your photos from PhotoBucket using this Python script.

Requirements

Python 3.4+, I think? Just use the latest Python 3 version. Also, you'll have to manually edit line 33: https://github.com/trwnh/PhotoBucketGrabber/blob/master/grab.py#L33

Instructions

Get the direct URLs

  1. Log in to your Photobucket account. Go to your "Library". image
  2. Click the checkbox on any photo. image
  3. Click "Select all" at the top of your bucket. (This should add those photos to a black bar at the bottom.) image
  4. Navigate to each of your albums and click "Select all" to add them to the total selection. image
  5. Once you have selected all the photos you want to download, click "Link" on the bottom bar. image
  6. Copy the "Direct" link box. image
  7. Paste those links into a file called "photo.txt" in the same directory as the Python script. Save that file.

Edit the script

  1. Copy the prefix from any one of the URLs you just grabbed. Paste it into the variable prefix on line 33. The prefix is part of the URL up to and including your username and the trailing slash. https://github.com/trwnh/PhotoBucketGrabber/blob/master/grab.py#L33
  2. Run grab.py.
  3. Watch your photos get downloaded.
  4. Feel free to delete your Photobucket account if the photos aren't linked anywhere live anymore.

Etc

mastodon Contact/follow me: mastodon.social/@trwnh

email Email/XMPP: a@trwnh.com xmpp online status

paypal Tip me: paypal.me/trwnh

liberapay Recurring patronage: liberapay.com/trwnh

About

Download all your photos from PhotoBucket using this Python script.

License:The Unlicense


Languages

Language:Python 100.0%