Closed RCECoder closed 1 year ago
Is there an option to specify only the message objects we are interested in?
You would have to do this with a custom python script.
Also, why is UTF saved in a escaping format?
That is how unicode characters are encoded in JSON.
How can we run this chat downloader script in a debugger?
You cannot run the file directly. You must run it as a module using the -m
flag. For example, you can run it using the command python -m chat_downloader --version
. Check out this for more information.
What is your question?
Is there an option to specify only the message objects we are interested in? An example would be to specify only
So that it only saves those items and not any other.
Also, why is UTF saved in a escaping format?
Why not in a readable format?
Update: How can we run this chat downloader script in a debugger? It seems to have error
I have tried both IDLE and winpdb. Any ideas?