Skip to content

reads the broken miranda database and save recovered data into json

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.GPL-3+
Notifications You must be signed in to change notification settings

AlekseyDurachenko/mirandadbrecovery

Repository files navigation

mirandadbrecovery

The utility reads the broken miranda database and save recovered data into json.

Be creaful: it works only for my case. In your case it may work with bugs and looses of the data.

json output file format

{ 
  "accounts": [
    "id": "$VALUE",
    "vk": {
      "useremail": "$VALUE"
    },
    "jabber": {
      "jid": "$VALUE"
    },
    "icq": {
      "uin": "$VALUE"
    },
    "msn": {
      "msn": "$VALUE"
    },
    "aim": {
      "sn": "$VALUE"
    },
    "gg": {
      "uin": "$VALUE"
    },
    "irc": {
      "nick": "$VALUE"
    },
    "yahoo": {
      "yahoo_id": "$VALUE"
    }    
  ],
  "contacts": [
    {
      "id": "$VALUE",
      "first_event_id": "$VALUE",
      "last_event_id": "$VALUE",
      "first_unread_event_id": "$VALUE",
      "event_count": "$VALUE",
      "settings": {
        "vk": {
          "useremail": "$VALUE",
          "id": "$VALUE",
          "nick": "$VALUE"
        },
        "jabber": {
          "jid": "$VALUE",
          "nick": "$VALUE"
        },
        "icq": {
          "uin": "$VALUE",
          "nick": "$VALUE",
          "firstname": "$VALUE",
          "lastname": "$VALUE"
        },
        "msn": {
          "msn": "$VALUE"
        },
        "aim": {
          "sn": "$VALUE"
        },
        "gg": {
          "uin": "$VALUE"
        },
        "irc": {
          "nick": "$VALUE"
        },
        "yahoo": {
          "yahoo_id": "$VALUE"
        }        
      }
    }
  ],
  "events": [
    {
      "id": "$VALUE",
      "incomming": "$VALUE",
      "prev_id": "$VALUE",
      "next_id": "$VALUE",
      "module_name": "$VALUE",
      "timestamp": "$VALUE",
      "text": "$VALUE"
    },
    ...
  ],  
}

About

reads the broken miranda database and save recovered data into json

Topics

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.GPL-3+

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published