Extract and save Skype chats.
Project description
# save_skype
Extract chats from Skype main.db and save them as text files
Python 3 only
## Installation
`pip3 install save_skype`
Or
- Pull the repo
- Install dependencies w/ pip
`pip3 install -r requirements.txt && python3 setup.py
## Usage
- Get the path of your main.db
`~/.Skype/USERNAME/main.db`
```
alex@mba:/media/alex/Downloads/save_skype$ save_skype --help
Usage: save_skype [OPTIONS] FILE
Options:
-s, --save TEXT Path to save chats
--help Show this message and exit.
alex@mba:/media/alex/Downloads/save_skype$ ./extract.py ~/.Skype/MY_USERNAME/main.db
chat_896_other1_me.txt
chat_1536_me_other2.txt
chat_901_me_other3.txt
chat_2057_me_other4.txt
...
Files saved to .
```
## License
See `LICENSE`
Extract chats from Skype main.db and save them as text files
Python 3 only
## Installation
`pip3 install save_skype`
Or
- Pull the repo
- Install dependencies w/ pip
`pip3 install -r requirements.txt && python3 setup.py
## Usage
- Get the path of your main.db
`~/.Skype/USERNAME/main.db`
```
alex@mba:/media/alex/Downloads/save_skype$ save_skype --help
Usage: save_skype [OPTIONS] FILE
Options:
-s, --save TEXT Path to save chats
--help Show this message and exit.
alex@mba:/media/alex/Downloads/save_skype$ ./extract.py ~/.Skype/MY_USERNAME/main.db
chat_896_other1_me.txt
chat_1536_me_other2.txt
chat_901_me_other3.txt
chat_2057_me_other4.txt
...
Files saved to .
```
## License
See `LICENSE`
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
save_skype-0.1.3.tar.gz
(15.2 kB
view details)
File details
Details for the file save_skype-0.1.3.tar.gz
.
File metadata
- Download URL: save_skype-0.1.3.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0a6f8c2433d11409a930bc9c13f062c0233388bf8aeca8172aec8c29e5dbac6 |
|
MD5 | 678528020bc164c543e3bfe8487ec721 |
|
BLAKE2b-256 | f90dd44d744b14776bbd3138b357e36b48d78e5e93bd8d685374f8872d3e0def |