Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 917 Bytes

File metadata and controls

42 lines (26 loc) · 917 Bytes

MEGAsync Parser

A python-based tool to extract data from MEGAsync Windows application database file and generate a CSV with all the files that are present on MEGA cloud.

Location of database file on Windows systems: "%LocalAppData%\Mega Limited\MEGAsync\megaclient_statecache13_<RANDOM 36 chars>.db"

Requirements

Python 3.9 or above. The older versions of Python 3.x should work fine as well.

Dependencies

These are the required libraries needed to run this script.

  • argparse
  • csv
  • os
  • sqlite3

Usage

This is a CLI based tool.

python3 MEGAsyncParser.py -f <path to megaclient_statecache13_<RANDOM 36 chars>.db>

To view the help:

python3 MEGAsyncParser.py -h

Author 👥

B. Krishna Sai Nihith