blob: b2f020b3b83e30a8ed79839d478b6bb01a226b0c (
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
Based on spec taken from https://github.com/miranda-ng/miranda-ng/blob/master/plugins/Import/docs/import-ICQ_Db_Specs.txt
|