Mobypicture Export

I love Mobypicture. It’s the service I use to post my pictures onto Twitter, Flickr and Facebook. It makes uploading photos from my mobile phone as simple as it could possibly be. Even better, the service is free to use, unlike Flickr which only allows access to last 200 images if you go with their freemium model. But sadly using Mobypicture isn’t without downsides. There is no export functionality as of yet.

So I decided to roll my own with Python and BeautifulSoup. And behold, within an hour I had a fully functional script exporting all my pictures from my old account. The code isn’t the prettiest or the quickest, but is does it job fairly well. If you are looking to export all pictures from your Mobypicture account, you can use my script. It does require you to have python installed with the BeautifulSoup module.

I’ve made a gist from the script, so you can check the code! If something goes wrong, let me know in the comments. It could be Mobypicture that changed the layout so the parser doesn’t work anymore..

python scraper.py put_your_username_here

[edit: Due to the relative time that mobypicture the first filenames don’t appear correct, but the export works]

[edit 2: Here’s an updated script that works with their API.]