No description
This repository has been archived on 2025-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-03-15 13:14:22 +11:00
Locate ID change build scripts to work with TeamCity 2021-11-19 22:09:36 +11:00
User ID Parser Change input path handling 2022-09-21 23:39:37 +10:00
.gitattributes Initial commit 2021-08-04 01:14:23 +10:00
.gitignore Create go version of main.py 2021-11-17 20:23:23 +11:00
LICENSE Update README 2021-08-04 15:01:21 +10:00
locate_id.py Create locate_id.py 2021-08-06 16:44:27 +10:00
main.py now works with folders 2021-08-04 14:31:47 +10:00
README.md Update README.md 2022-09-26 13:04:50 +10:00
requirements.txt fix: requirements.txt to reduce vulnerabilities 2023-02-16 20:21:38 +00:00

Discord Chat Exporter csv parsers

Now with a much faster version written in go!

Each go executable is in it's own sub dir while the python mains in the root dir

How to use the go version

To run the go versions all you need to do is download the executable for your platform and run it from the terminal/powershell:

./ParseIDs[.exe] -i [Path to folder/file] -o [Path to output .csv (Defaults to ./out.csv)]

Use the same output between multiple runs works and takes into account old data to ensure no dupes

./LocateID[.exe] -i [Path to folder/fil] -id "[User ID in quotes]" -o [Path to output csv (Optional)]

How to use the Python version

py ./main.py [csv file or dir] [output csv]

Use the same output between multiple runs works and takes into account old data to ensure no dupes

py ./locate_id.py [User ID] [csv file or dir]