Skip to content

Discord File Updater (User Client) - V1.0.1

Latest
Compare
Choose a tag to compare
@fr33lo fr33lo released this 25 Aug 22:32
· 1 commit to main since this release
71b2ba9

What's New

  • File Replacement Option: You can now choose to replace existing files instead of creating versioned copies. This feature gives you more control over your file management process.

Installation

  1. Clone the repository:
git clone https://github.com/fr33lo/dfu-user.git
cd dfu-user
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up your .env file with your Discord user token and other configuration options. Make sure to include the new REPLACE_FILES option.

  2. Run the script:

python discord_file_updater.py

New Configuration Option

In your .env file, you can now set:

REPLACE_FILES=true

Set this to true to replace existing files, or false (default) to continue creating versioned copies.

Important Note

This version uses a user account token for authentication. Please be aware that using user tokens for automation is against Discord's Terms of Service. This script is intended for personal, non-automated use only. Use it responsibly and at your own risk.

Feedback and Contributions

I welcome your feedback and contributions! Please feel free to open issues or submit pull requests on our GitHub repository.

What's Next

I'm continuously working to improve Discord File Updater. In future releases, I plan to:

  • Implement a GUI for easier configuration and monitoring
  • Add support for selective file updating based on metadata
  • Improve error handling and recovery mechanisms

Thank you for your interest in Discord File Updater (User Client). I hope this tool enhances your Discord file management experience!