Skip to content

DailyChatDownloader Gui First Release of Version 0.0.8 on Github

Latest
Compare
Choose a tag to compare
@CallocGD CallocGD released this 22 Jul 20:28
· 3 commits to main since this release
90ef67f
  • 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...