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
- Clone the repository:
git clone https://github.com/fr33lo/dfu-user.git
cd dfu-user
- Install dependencies:
pip install -r requirements.txt
-
Set up your
.env
file with your Discord user token and other configuration options. Make sure to include the newREPLACE_FILES
option. -
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!