Skip to content

msa-ali/google-photo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-photo-downloader

Go Application to download Google Photo Album Content

Concepts Included

  • OAuth2 Authentication with Google Photo API
  • Creating HTTP Server and get user consent
  • Accessing All Albums of the User
  • Download Contents(photo, videos etc.) of the album
  • Usage of Go Routine to enable parallel downloading of multiple media items at the same time.

To get started:

  • Create a New Project in Google Cloud Platform
  • Enable Google Photo API for your new project
  • Create Credential using OAuth 2.0 Client ID
  • Create .env file at project root and populate it using same key as in env-example.txt file.
  • You are good to go!

About

Go Application to download Google Photo Album Content

Topics

Resources

Stars

Watchers

Forks

Languages