Advanced File Filter Bot

A Telegram bot for storing and retrieving files. Users can save files and search/filter them on demand. File metadata stored in MongoDB with Redis caching for fast retrieval.

PythonPyrogramMongoDBRedisTelegram Bot API2024

What I did

  • Built with Pyrogram framework for high-performance Telegram Bot API interaction.
  • MongoDB for persistent file metadata storage with indexed queries.
  • Redis caching layer for fast file retrieval and reduced database load.
  • Supports inline search, file filtering by type/name, and batch operations.