|
| 1 | +<p align="center"> |
| 2 | + <img src="assets/icon/app_icon.png" width="120" alt="Auto Cloud Backup Logo" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<h1 align="center">☁️ Auto Cloud Backup</h1> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <b>Smart. Secure. Seamless.</b><br> |
| 9 | + Your media, automatically backed up to your private Telegram cloud. |
| 10 | +</p> |
| 11 | + |
| 12 | +<p align="center"> |
| 13 | + <a href="https://flutter.dev/"> |
| 14 | + <img src="https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white" /> |
| 15 | + </a> |
| 16 | + <a href="https://dart.dev/"> |
| 17 | + <img src="https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=Dart&logoColor=white" /> |
| 18 | + </a> |
| 19 | + <a href="https://core.telegram.org/bots/api"> |
| 20 | + <img src="https://img.shields.io/badge/Telegram%20Bot%20API-0088cc?style=for-the-badge&logo=telegram&logoColor=white" /> |
| 21 | + </a> |
| 22 | + <a href="LICENSE"> |
| 23 | + <img src="https://img.shields.io/badge/license-MIT-green?style=for-the-badge" /> |
| 24 | + </a> |
| 25 | +</p> |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## 🌌 Overview |
| 30 | + |
| 31 | +**Auto Cloud Backup** is a next-gen Flutter app that automatically backs up your photos & videos to your private **Telegram cloud**, without relying on third-party storage providers. |
| 32 | + |
| 33 | +> 🧠 Designed for simplicity, privacy, and automation — just set it once, and it keeps your memories safe forever. |
| 34 | +
|
| 35 | +--- |
| 36 | + |
| 37 | +## 🖼️ App Preview |
| 38 | + |
| 39 | +| Dashboard | Upload Progress | Developer Info | |
| 40 | +|--------------------------|------------------------------|-------------------------| |
| 41 | +|  |  |  | |
| 42 | + |
| 43 | +> ⚡ Minimal. Modern. Built with Flutter Material 3 + dark neon design. |
| 44 | +
|
| 45 | +--- |
| 46 | + |
| 47 | +## ✨ Key Features |
| 48 | + |
| 49 | +| 🔍 Media Scanner | ☁️ Telegram Backup | 🔋 Smart Conditions | |
| 50 | +|------------------|-------------------|--------------------| |
| 51 | +| Detects new photos & videos instantly | Uses your private Telegram bot for uploads | Wi-Fi only mode + Battery awareness | |
| 52 | + |
| 53 | +| 🔄 Auto & Manual Modes | 🧠 Intelligent Sync | 💎 Modern UI | |
| 54 | +|-------------------------|--------------------|--------------| |
| 55 | +| 15-minute auto sync or one-tap manual backup | Automatically resumes when connected | Animated dark-glass Flutter design | |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +## 🚀 Quick Start |
| 60 | + |
| 61 | +### 🧩 1. Clone the Repo |
| 62 | +```bash |
| 63 | +git clone https://github.com/ReXiOP/Telegarm_auto-backup.git |
| 64 | +cd auto-cloud-backup |
| 65 | +``` |
| 66 | + |
| 67 | +### ⚙️ 2. Install Dependencies |
| 68 | +```bash |
| 69 | +flutter pub get |
| 70 | +``` |
| 71 | + |
| 72 | +### 🔑 3. Configure Environment |
| 73 | +Create a `.env` file in the root: |
| 74 | +```env |
| 75 | +BOT_TOKEN=your_bot_token_here |
| 76 | +CHAT_ID=your_chat_id_here |
| 77 | +``` |
| 78 | + |
| 79 | +You can get: |
| 80 | +- **BOT_TOKEN** from [@BotFather](https://t.me/BotFather) |
| 81 | +- **CHAT_ID** using [@userinfobot](https://t.me/userinfobot) |
| 82 | + |
| 83 | +### ▶️ 4. Run the App |
| 84 | +```bash |
| 85 | +flutter run |
| 86 | +``` |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +## 🧱 Tech Stack |
| 91 | + |
| 92 | +| Category | Tools & Frameworks | |
| 93 | +|-----------|--------------------| |
| 94 | +| **Frontend** | Flutter, Dart | |
| 95 | +| **Cloud** | Telegram Bot API | |
| 96 | +| **Permissions** | `permission_handler`, `photo_manager` | |
| 97 | +| **Storage** | SharedPreferences | |
| 98 | +| **System Info** | Battery Plus, Connectivity Plus | |
| 99 | +| **Design** | Material 3, Animated Widgets | |
| 100 | +| **Automation** | Background Timer, Smart Media Scanner | |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +## 🧰 Core Packages |
| 105 | + |
| 106 | +| Package | Purpose | |
| 107 | +|----------|----------| |
| 108 | +| `flutter_dotenv` | Secure env config for Telegram tokens | |
| 109 | +| `http` | Upload photos & videos | |
| 110 | +| `photo_manager` | Access device gallery safely | |
| 111 | +| `shared_preferences` | Store settings & upload states | |
| 112 | +| `connectivity_plus` | Check network conditions | |
| 113 | +| `battery_plus` | Pause uploads when battery is low | |
| 114 | +| `permission_handler` | Request runtime permissions | |
| 115 | + |
| 116 | +--- |
| 117 | + |
| 118 | +## 🧑💻 Developer Info |
| 119 | + |
| 120 | +<p align="center"> |
| 121 | + <img src="assets/dev_avatar.png" width="100" style="border-radius:50%;" alt="Sa Jid" /> |
| 122 | +</p> |
| 123 | + |
| 124 | +<h3 align="center">👋 Hi, I’m <b>Sa Jid</b></h3> |
| 125 | +<p align="center"> |
| 126 | + <i>Flutter Developer • Cloud Automation Engineer • Cyber Security Enthusiast</i> |
| 127 | +</p> |
| 128 | + |
| 129 | +<p align="center"> |
| 130 | + <a href="https://github.com/ReXiOP"> |
| 131 | + <img src="https://img.shields.io/badge/GitHub-181717?style=flat&logo=github&logoColor=white" /> |
| 132 | + </a> |
| 133 | + <a href="https://www.linkedin.com/in/oxo-sajid"> |
| 134 | + <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" /> |
| 135 | + </a> |
| 136 | + <a href="https://t.me/sajidRDS"> |
| 137 | + <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat&logo=telegram&logoColor=white" /> |
| 138 | + </a> |
| 139 | +</p> |
| 140 | + |
| 141 | +--- |
| 142 | + |
| 143 | +## 🛠️ Tech Skills |
| 144 | + |
| 145 | +<div align="center"> |
| 146 | + |
| 147 | +| 🧠 Languages | ⚙️ Frameworks | ☁️ Tools | |
| 148 | +|---------------|---------------|-----------| |
| 149 | +| Python • Dart • Java • JavaScript • TypeScript • C / C++ | Flutter • React • Node.js | Firebase • Docker • Git • REST APIs • Telegram Bots | |
| 150 | + |
| 151 | +</div> |
| 152 | + |
| 153 | +--- |
| 154 | + |
| 155 | +## 🔒 Privacy & Security |
| 156 | + |
| 157 | +Your data stays **100% private**: |
| 158 | +- All uploads go directly to **your Telegram account**. |
| 159 | +- No third-party storage, servers, or analytics. |
| 160 | +- You control permissions and connectivity settings. |
| 161 | + |
| 162 | +> 💬 Transparency first. You see what’s uploaded, when, and how. |
| 163 | +
|
| 164 | +--- |
| 165 | + |
| 166 | +## 🧠 Roadmap |
| 167 | + |
| 168 | +- [ ] Multi-account Telegram support |
| 169 | +- [ ] Encrypted file storage |
| 170 | +- [ ] Custom cloud restore |
| 171 | +- [ ] Selective folder sync |
| 172 | +- [ ] Smart schedule backup |
| 173 | + |
| 174 | +--- |
| 175 | + |
| 176 | +## 📦 Release Info |
| 177 | + |
| 178 | +| Version | Date | Highlights | |
| 179 | +|----------|------|------------| |
| 180 | +| **v1.0.0** | Nov 2025 | Initial stable release with Auto-Backup, Telegram Integration & UI Dashboard | |
| 181 | + |
| 182 | +--- |
| 183 | + |
| 184 | +## 🖋️ License |
| 185 | + |
| 186 | +This project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details. |
| 187 | + |
| 188 | +--- |
| 189 | + |
| 190 | +## 💬 Quote |
| 191 | + |
| 192 | +> “Backup shouldn’t be a task — it should be automatic.” |
| 193 | +> — **Sa Jid**, Flutter Developer ☁️ |
| 194 | +
|
| 195 | +--- |
| 196 | + |
| 197 | +## 💖 Support |
| 198 | + |
| 199 | +If this project helped you, please: |
| 200 | +- ⭐ **Star** the repository |
| 201 | +- 🧠 **Contribute** via pull requests |
| 202 | +- 📣 **Share** it with your dev friends |
| 203 | + |
| 204 | +<p align="center"> |
| 205 | + <b>Made with ❤️ in Flutter by <a href="https://github.com/ReXiOP">Sa Jid</a></b> |
| 206 | +</p> |
0 commit comments