An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![alt text](https://raw.githubusercontent.com/CallocGD/DailyChatDownloader/main/icos/DCD.ico)
# 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
![alt text](https://media.discordapp.net/attachments/1127307260029309018/1130991948463865856/image.png)

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
![alt text](https://media.discordapp.net/attachments/1126989239041675355/1128835077468606615/image.png)

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