Skip to content

Releases: CallocGD/DailyChatDownloader

0.0.9-beta

09 Aug 16:44
098f1f3
Compare
Choose a tag to compare
0.0.9-beta Pre-release
Pre-release

Bug fixes to code However Someone Pointed out that they got an (L segfault) so if that happens report it to our issues.
We do not currently have a way to compile to other arches yet but we're planning on it when we can figure it out with pyinstaller

Discord Rich Presence will be Deprecated and removed in the next update

Note that in 0.1.0 that discord rich presence might be discontinued and dropped so that everything can remain open source, we will let you know when this occurs so you can all immediately update to the newer versions this may break some previous code...

Things that we want to do in the future/TODOs

  • Add Linux Support
  • Test on Mac/Apple Devices
  • Make an Android APK if possible...
  • Make a Version of DCD That is DLL Injected into Geometry Dash, making it easier to harvest the Level Comments you want.
  • Add User Comment Harvesting

DailyChatDownloader Gui First Release of Version 0.0.8 on Github

22 Jul 20:28
90ef67f
Compare
Choose a tag to compare
  • Added discord Rich Presense in Version 0.0.8
  • There's still a few bugs left that I have to patch but we will see how that goes
    Executable is for windows only but I'll add a new workflow for making linux executables as well if I see a demand for them.

TODOS in 0.0.9

  • add dataclass_json library to dynamically load settings
  • fix settings in config.py to use dataclass_json and move all settings to yaml instead of json to make it easier to configure settings yourself as a secondary option for configurations...
  • Fix any minor bugs that I didn't previously catch...
  • allow for raw-files to be removed after conversion upon user's request to do so...

TODOS for 0.1.0 and onwards

  • Add a way to test proxies to see which ones are not effective enough (Robtop Really seems to really enjoy screwing free proxies over)
  • Add the ability of using any Workaround servers (an example of this would be Invidious for Youtube or Nitter for Twitter (RIP Nitter btw)) or gdps servers like gdbrowser upon being 429'd This may require the client to be re-written to be more dynamic than what was made for it such as writing subclasses for gdbrowser workarounds or others given by the user I'll develop a repository for Fast-api to forward along these things using (fast-api or flask/qwart I'll do both iterations for compatability reasons) and httpx, I will also try to make it so that all headers are automatically forwarded as well and be compatible with this tool as well as for being compiled to executable...

DailyChatDownloader.exe currently only runs on windows but I'm trying to build linux's version and Apple Versions of this build. Help for compiling dearpygui (because I'm having problems compiling it on my libre-computer) (it's a white rasberry pi with aarch64) and cython modules. A github-workflow will be needed to compile those executables no doubt and figuring out how to send them to here will be a pain to figure out. I appreciate any help or pull request for compiling these things up...