From ef92a513f9fa70f4825dff4665e3580722a3b544 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 20 May 2019 11:37:26 +0300 Subject: Initial README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e52c13 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.3.1