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$ save_skype ~/.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$ save_skype ~/.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.5.tar.gz
(15.2 kB
view hashes)
Built Distribution
Close
Hashes for save_skype-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0ed49def6eaea4588ba2b85e1625775c451dbadf497adf751158b90adde601 |
|
MD5 | f1328f36745369eb07384d2341f4a5db |
|
BLAKE2b-256 | 3dc7c06eb7359fc814329cd3b9657c8b9c55c000e46a01df337649d122bd62df |