TG Drive transforms Telegram into a powerful, private cloud storage solution. Store, manage, and access your files securely, all powered by Telegram's robust infrastructure.
- Seamless Telegram Authentication: Log in securely using your Telegram account.
- Effortless File Management: Upload, organize in folders, and manage your files with ease.
- Smart Organization: Mark favorites, manage trash, and view storage statistics.
- Modern & Intuitive Design: Enjoy a sleek, responsive user interface.
To get TG Drive running, you'll need both the backend and frontend configured. Make sure you have Node.js and Python installed.
-
Navigate to the
backenddirectory:cd backend -
Install dependencies:
pip install -r requirements.txt
-
Create a
.envfile based on.env.exampleand fill in your Telegram API details and group ID. -
Run the backend server:
python main.py
- Navigate to the
frontenddirectory:cd frontend - Install dependencies:
npm install
- Start the frontend application:
npm start
This project is licensed under the MIT License.