Social Media Data Download Metadata Writer
Social Media Data Download Metadata Writer (SMDDMDWRITER) SMDDMDWRITER makes it easy to organize and rewrite metadata back into your social media data exports. After your export is analyzed, it’s neatly formatted and organized in a csv for you to make any edits you want. Your post captions, sender usernames, geolocation data, tagged users, date uploaded, mismanaged files, all processed and cleaned into two csv files. Utilizing kDMItems and Quicktime tags, SMDDMDWRTIER prepares media for Apple Photos and displaying accurate metadata in macOS Finder.
Features
- Processes Instagram data exports in JSON and HTML formats.
- Organizes & formats metadata into clean CSV files for editing.
- Supports geolocation, captions, usernames, and tagging.
- Prepares media for Apple Photos, macOS Finder, and UNIX filesystem indexing.
Languages used: Python, JSON, Javascript
## Acknowledgments This project would not have been possible without the contributions of the open-source community. The following libraries and tools played a role in development:
- bs4 (v0.0.2): A wrapper around BeautifulSoup for web scraping.
- beautifulsoup4 (v4.12.3): A library for parsing HTML and XML documents.
- soupsieve (v2.6): A CSS selector library used to imrpove HTML parsing with BeautifulSoup.
- ftfy (v6.3.1): A library for fixing Unicode issues in text processing.
- wcwidth (v0.2.13): A library for measuring the width of Unicode characters.
- pytz (v2024.2): A library for timezone conversions and handling.
- numpy (v2.2.1): The fundamental package for numerical computing in Python.
- pandas (v2.2.3): A library for data manipulation and analysis.
- python-dateutil (v2.9.0.post0): A library for date and time manipulation.
- six (v1.17.0): A utility library for writing Python code compatible with both Python 2 and 3.