Sync Facebook and LinkedIn profile photos to Google Contacts with intelligent image comparison.
- Sync Facebook profile photos to Google Contacts
- Sync LinkedIn profile photos to Google Contacts
- Smart Image Comparison - Automatically detects if photos are identical
- Multiple comparison methods - Perceptual hashing, exact matching, or pixel comparison
- Manual selection of photo source per contact
- Scheduled automatic syncing (daily/weekly)
- Web-based management interface
- Runs in Docker container
- Sync logging with similarity scores
- Copy index.html to templates/ directory
- Get API credentials (see full README in conversation)
- Run: docker-compose up -d
- Open: http://localhost:5000
# Build and start
docker-compose up -d
# View logs
docker-compose logs -f
# Stop
docker-compose down
# Rebuild
docker-compose up -d --buildFull documentation available in the original conversation.