40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| type: "topic"
 | |
| created: "2024-01-30T14:11:19.493Z"
 | |
| updated: "2024-01-30T14:32:47.829Z"
 | |
| ---
 | |
| 
 | |
| # Amazon Photos
 | |
| 
 | |
| ```bash
 | |
| d:/5-Other-Small/Proxmox/005/amzn1.account.AEQ4S3XN3XWICR7H2IOYECAHOTGQ-uploads.db
 | |
| h3a6y4IxR_iZOXc7scb5JQ	542502700281.jpg
 | |
| # https://www.amazon.com/photos/all/gallery/h3a6y4IxR_iZOXc7scb5JQ
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| d:/5-Other-Small/Proxmox/010/amzn1.account.AEQ4S3XN3XWICR7H2IOYECAHOTGQ-cloud.db
 | |
| h3a6y4IxR_iZOXc7scb5JQ	542502700281.jpg	FILE	["SaJrrTfFQBKV4EDFVg-G4w"]	[]	[]		638421045472150000	638421045830990000	0	0	0	CloudDriveDesktop		xn_5TJ4K-w8	AVAILABLE		0	2	638390897810190000	image/jpeg	jpg	e6e2e729a759bf006528d01aea900611
 | |
| # https://www.amazon.com/photos/folders/SaJrrTfFQBKV4EDFVg-G4w/gallery/h3a6y4IxR_iZOXc7scb5JQ
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| "Logan Phares"
 | |
| G7cjz2QIrY2RXVgErQBGC4
 | |
| ```
 | |
| 
 | |
| - [ ] Open Edge and Navigate to https://www.amazon.com/photos
 | |
| - [ ] Login to Amazon Photos
 | |
| - [ ] Navigate to People
 | |
| - [ ] Enable Developer Tools in Edge
 | |
| - [ ] Clear network log
 | |
| - [ ] Click on each person to get json data
 | |
| - [ ] Developer Tools - Network Tab filter on search
 | |
| - [ ] Developer Tools - Network Tab right click for contextual menu click "Save all as HAR with content"
 | |
| - [ ] Use code to export lines containing "text": "{\"aggregations\":{\"allPeople\"
 | |
| - [ ] Remove "text": " and trailing "
 | |
| - [ ] Remove \"
 | |
| - [ ] Parse json
 | |
| - [ ] Create directory from first aggregations.people.searchData.clusterName {value}.json
 | |
| - [ ] Save as first aggregations.people.match {value}.json in directory with data content
 |