Git Product home page Git Product logo

flickr-migratr's Introduction

PHP scripts to copy Flickr photos from one account (source/src) to another (destination/dest)

The user authentication part is also implemented in order to retrieve both public and private photos with the original format. And, the meta info including title, descriptions, tags, photosets and visibility will be migrated as well.

Step-by-step How-TO

Step 1 Go to https://www.flickr.com/services/api/ to get your own API key and API secret

Step 2 Update config.php to have your newly created API key and API secret in it

=== Step 3-5 require you to sign in with the source Flickr account ===

Step 3 php auth.php

Step 4 Follow instructions you'll get from Step#3 to get oauth_token, oauth_token_secret and user_id

Step 5 Update config.php and update src_oauth_token={value_you_get_from_step_4), oauth_token_secret={value_you_get_from_step_4) and src_user_id={value_you_get_from_step_4)

=== Step 6 require you to sign in with the destination Flickr account ===

Step 6 Repeat Step#3 - 5 to set up dest_oauth_token and dest_oauth_token_secret in config.php

Step 7 php main.php&

flickr-migratr's People

Contributors

fredmeng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.