A Flutter-based app, offers seamless and infinite backups through the Telegram API and cloud. With an intuitive interface, it automates backup processes, providing users with effortless data protection in the Telegram cloud. This is how it looks.
Splash Page | Home Page |
---|---|
To use the server you need to have installed Python. Use the package manager pip to install requirements.
pip install -r requirements.txt
This script is ready to work and store data in a SQLite database.
Also to compile or modify the app you will need to install Flutter.
The command to use Python will depend on the operating system; typically, in Ubuntu, python3 is used, and in Windows, python. However, it will all depend on your Python installation on the system.
To run the script with the MongoDB database.
python3 server.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.