| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| skype xtractor | 2014-03-22 | ||
| README | 2014-03-22 | 2.1 kB | |
| Totals: 2 Items | 2.1 kB | 2 |
Skype Xtractor v 0.1.8.8 Beta - DEFT 8
Extract Skype's tables from the Skype main.db and chatsync files.
Skype Xtractor is an open source tool written for DEFT 8 under the GNU GPLv3 license. If you have any trouble or if you find a bug please report it on DEFT forum at http://www.deftlinux.net/forum/ or write an email to the developer at nico[At]deftlinux[dot]net
USAGE
usage: skype.py [-h] [-C] [-c] [-o OUTPUT_DIR] [-d] File
Skype Xtractor v 0.1.8.8 Beta - DEFT 8: Extract Skype's tables from the Skype
main.db and chatsync files.
positional arguments:
File extract from main.db the Skype chats in HTML format.
optional arguments:
-h, --help show this help message and exit
-C, --chatsync extract chatsync files in HTML format (deleted and
modified messages). Note: The chatsync folder has to
be in the same directory of the main.db to be
extracted.
-c, --csv extract the main.db in HTML+CSV format
-o OUTPUT_DIR, --output-dir OUTPUT_DIR
extract the files in this directory! If the directory
doesn't exist, it is created.
-d, --debug save debugging information into the debug folder for
each chatsync
Skype Xtractor is an open source tool written for DEFT 8 under the GNU GPLv3
license. If you have any trouble or if you find a bug please report it on DEFT
forum at http://www.deftlinux.net/forum/ or write an email to the developer at
nico@deftlinux.net
python skype.py /path/of/the/mainDatabase/main.db - Extract the main.db tables in HTML format.
python skype.py --chatsync /path/of/the/mainDatabase/main.db - Extract the main.db tables and the chatsync files in HTML format.
python skype.py --chatsync --debug /path/of/the/mainDatabase/main.db - Extract the main.db tables and the chatsync files in HTML format and extract debugging information.
python skype.py --csv /path/of/the/mainDatabase/main.db - Extract the main.db in HTML and CSV format. (no csv for chatsync)