What I brought
Personal project · Selected work
TeleVault
Your Telegram channel, turned into cloud storage.
The idea
TeleVault wraps Telegram channel storage in the behaviours expected from a real file system: search, thumbnails, albums, streaming with byte ranges, deduplication and multiple access methods.
How I delivered it
I wrapped Telegram storage behind a local index and file-like interfaces, added byte-range streaming and deduplication, then exposed the same core through web, CLI and mounted-drive workflows.
Technologies used
- Python
- SQLite
- Telegram API
- FUSE
- WebDAV
- HTTP range streaming
What’s inside
- 01Web dashboard and CLI
- 02Video seeking
- 03FUSE and WebDAV mounting
- 04SHA-256 deduplication