A Python Flask web application that uses Telegram as Cloud storage to store, retrieve and Share any amount of files upto 2 GB each. This also supports streaming for supported file types. A robust, modern and responseive Design for Devices with any screen size.
- Faster Api response
- File Rename
- Adding Folders Support
pip install -r requirements.txt
api_id
and api_hash
can be found at http://my.telegram.org and
fernet_key
for Encryption of url and data
can be generated using dd if=/dev/urandom bs=32 count=1 2>/dev/null | openssl base64
in linux
python main.py
NOTE : Although the Development Server is used, switching to production server should be straigh forward process.
This project is under GPL-3.0 LICENSE