A powerful and secure infinite storage solution leveraging the Discord platform. Upload, store, and retrieve files seamlessly through Discord with the added capability to split large files and track them using SQLite for efficient management. DataTables are incorporated for quick file searching and sorting in the user interface.
- Discord Integration: Utilize the Discord bot to send and receive files effortlessly.
- Flask UI with DataTables: User-friendly web interface powered by Flask with DataTables for quick file searching and sorting.
- File Splitting: Automatically split files larger than 25 MB for efficient storage and retrieval.
- SQLite Database: Keep track of file parts and their relationships for seamless reconstruction.
- Infinite Storage: Store as many files as you need with the power of Discord.
-
Clone the repository:
git clone https://github.com/greencatcommunity/GENZ-FREE.git
-
Install dependencies and configure your Discord bot token and other settings in config.json:
pip install -r requirements.txt
-
Run the application:
python main.py
Contributions are welcome! Feel free to open issues, submit pull requests, or provide feedback.
This project is licensed under the MIT License - see the LICENSE file for details.