Skip to content

adhiraj-ranjan/cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Cloud

Further Development Stoppped

What is this?

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.

Running Demo Instance

http://qk725g-8000.csb.app ⚠️

Features to add

  • Faster Api response
  • File Rename
  • Adding Folders Support

Installing Requirements

pip install -r requirements.txt

Some Environment Vars are required

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

Running the Flask Server

python main.py

NOTE : Although the Development Server is used, switching to production server should be straigh forward process.

Find Me on :

📃 License

This project is under GPL-3.0 LICENSE

GitHub

About

Webapp to utilize Telegram as Cloud Storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published