A C# .NET console application that connects to the Google Photos API using OAuth, scans for similar (burst) shots in a given time frame, and provides online links to the photos for review.
- Google Photos API integration with OAuth
- Scan for similar/burst shots within a specified time frame
- Output direct links to photos for review and further actions
- Register your app in the Google Cloud Console and enable the Google Photos Library API.
- Download your OAuth client credentials (client_secret.json) and place it in the project directory.
- Build and run the application:
dotnet run
- Follow the on-screen instructions to authenticate and use the app.
- .NET 6.0 or later
- Google.Apis.PhotosLibrary.v1 NuGet package
MIT