Unfucker - Text File Repair Tool
Welcome to Unfucker!
Got a messed up text, JSON, or XML file? Unfucker is here to help! This tool attempts to fix common issues and format your files correctly.
Why use Unfucker?
Sometimes files get corrupted, or maybe you just received a poorly formatted file. Instead of spending hours trying to fix it manually, use Unfucker to automatically repair and format your text files.
Upload and Unfuck
To start repairing your files, upload a text file and watch the magic happen.
Limitations
- Will only accept files up to 5MB in size.
- Will only recurse up to 10 times on a given file.
- Supports TXT, XML, and JSON file types.
How does it work?
Simply upload your text, JSON, or XML file, and Unfucker will process it and attempt to fix any common issues. You can then download the repaired file or copy its content to the clipboard.
Behind the Scenes
The Unfucker tool is powered by our very own open-source Python package and API, making the text repair process seamless and efficient. Check out the source code and learn more about how it works:
- Unfucker API Repository: The Flask-based API that powers this tool. Optimized for Docker, it provides a fast and reliable service to fix your files.
- Unfucker Project Repository: The core Python utility for repairing corrupted or malformed text files. It supports JSON, XML, and TXT formats and fixes common syntax errors, missing attributes, and encoding issues.
Do you store my file or data?
Absolutely not. Your text file content is copied from the file you provide, sent to our API server for Unfucking, and the text is sent back to your browser and displayed. It is never stored or logged, unless you opt to save it to your computer. I never keep any copy or log of the contents of the file. If you are still concerned, please have a look at the source code and run the utility locally.