https://github.com/callocgd/dailychatdownloader
Gui Version of DCD Terminal edition Note that some code is Closed Source because it uses discord rich presense.
https://github.com/callocgd/dailychatdownloader
c-parser daily-chat-downloader dcd dearpygui gd geometrydash level-comment-downloader level-comment-extraction
Last synced: 4 months ago
JSON representation
Gui Version of DCD Terminal edition Note that some code is Closed Source because it uses discord rich presense.
- Host: GitHub
- URL: https://github.com/callocgd/dailychatdownloader
- Owner: CallocGD
- License: mit
- Created: 2023-07-22T19:18:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T16:44:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T20:13:53.513Z (6 months ago)
- Topics: c-parser, daily-chat-downloader, dcd, dearpygui, gd, geometrydash, level-comment-downloader, level-comment-extraction
- Language: C
- Homepage:
- Size: 223 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# DailyChatDownloader
Gui Version of DCD Terminal edition Note that some code is Closed Source because it uses discord rich presense.
This tool was made with dearpygui but I will be making a workflow to compile to linux and other systems because I've been having problems with making a build for ubuntu so it currently only works with windows.# Features
This users `dearpygui` which is a little eaiser to handle than `pyimgui` this also uses yyjson to convert some formats to Json.## Discord Rich Presense
Let's others know your using DailyChatDownloader through discord (discord needs to be running and an account is required, you must be logged in) This is the only part that I made closed source using __pyarmor__...
## AFK mode
Allows you to do other things without having to worry about the computer shutting down during larger downloads. This is simillar to what some media-players like __VLC__ does but it uses __wakepy__ to keep systems awake.
I'll add more things as time goes on and details about them - Calloc
## TODO List
- Move `b64.h` and make it into a cython module instead for faster performance
- Update Spoofing/Obfuscation Techniques because I discovered that `X-Real-IP` can still get your IP address rate-limited (This is a new issue I discovered recently when running some code without a sleep delay by accident)
- See if anyone wants to make pull-requests your are more than welcome to.
- Add MIT License to Repository