Code Monkey home page Code Monkey logo

flickrdataalbumscreator's Introduction

FlickrDataAlbumsCreator

This tool creates the Flickr's Albums structure from the Flickr Data information recovered in the Flickr Account settings section.

Introduction

Is possible to download all your images from Flickr easily.

When you do this, you will be able to download your Account data and your Photos and videos.

It sound great, but the problem is that you will get your photos and videos all in the same directory (the same directory for all your photos), and the albums won't appear here.

However, in your Account data there is a JSON file with the Albums structure.

This project try to create that structure from this JSON file, copying the photos from the Photos and videos directory to their own album paths.

Get your Flickr Data

To get your Flickr Data, you will have to go to your Account settings.

There, you will find the Your Flickr Data section.

screenshot

Click in the Request my Flickr data button to get the information.

After some minutes or hours, you will see here the links to download your Flickr Data information.

screenshot

You will download these files and uncompress them into your computer.

The paths of your Flickr Data and Photos are important for this tool.

Development Tools

For this project I have used C# as programming language and .NET Core 3.1 as programming technology.

How do this

The project is very easy to understand.

These are the steps:

  • Read the JSON Album file.
  • Create the Album structure.
  • Copy the Photos from the Photos directory to the Album directory.

There is a file named appsettings.json that you will have to modify. The information of this file is:

  • albumsPath The Albums Path where the tool will create the albums structure
  • jsonAlbums The name of the Albums JSON file (normally albums.json)
  • jsonDataPath The JSON Data path where the Albums JSON file is found
  • photosPath The Photos path where all photos are found

flickrdataalbumscreator's People

Contributors

j0rgeserran0 avatar

Watchers

 avatar  avatar  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.