Skip to content

trwnh/PhotoBucketGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected] 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages