blob: 0e52c1342de65e22a5313d7193e656b0e3c5f928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ICQ Dump
Dump ICQ history files. *Should* support all ICQ `.dat` files from versions `99a` to `2003a`.
## Usage
```bash
$ python dump.py 1234567.dat
```
## References
- https://github.com/patric-r/ICQExport
|