Skip to content

This is a script that parses a date of creation from Whatsapp media files and save it as exif.

License

Notifications You must be signed in to change notification settings

icecore2/whatsapp-media-date-to-exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp date parsing from file names

Issue: When downloading files from Whatsapp application and saving them to a local storage,
there are no exif data saved within the file.

Solution: Whatsapp photos are stored with sent date names.
This data can be parsed and saved in a new exif data.\

This is a simple script to get Whatsapp name, parse and save to new file with the new exif data.

Screenshot

Screenshot

Usage

  • Make sure Python install in your system with app dependencies installed.
  • Run command prompt and use CLI command.

Available options

Argument Description
--input_path Whatsapp images or videos folder to scanned
--ouput_path The output path to save the resulted media
--overwrite Of overwrite the existing images in the output path

Example:\

python.exe main.py --input_path C:\whatsapp_images_path -ouput_path C:\output_path

About

This is a script that parses a date of creation from Whatsapp media files and save it as exif.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages