Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
/ ungoogleify Public archive

Convert files exported from Google Takeout into a more UNIX-friendly format

License

Notifications You must be signed in to change notification settings

bossley9/ungoogleify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ungoogleify

Ungoogleify is a project designed to convert files exported from Google Takeout into a more UNIX-friendly format. Specifically, it will:

  • remove spaces from file names
  • lowercase file names
  • name photos using ISO 8601 date formats
  • standardize photo formats (for example, from photo.jpeg to photo.jpg)

Motivation

I've been trying to move all my data out of Google - in particular, the hundreds of thousands of photos and videos I have accumulated over time in Google Photos. I wanted to automate converting all of my exported media into a more user-friendly format.

I've also been looking for an excuse to play around with Deno's runtime and import system. I haven't touched it since it first was announced in 2018.

Features

This project currently supports conversion for the following exported Google products:

Usage

deno task ungoogleify [takeout directory] [output directory]

About

Convert files exported from Google Takeout into a more UNIX-friendly format

Resources

License

Stars

Watchers

Forks