MediaBuddy is an inline telegram media searching bot without any database
support. Using an inline search, a user can search for any document file within users
's entire media chats. Specifications of this version includes..
- The bot will initially index all the user chats and from the same it extracts the
media chats
, save the necessary parameters. - Inline searching for
document
file type type within the media chats - Inline search result will be provided with the
media name
,media size
andchat name
. - Inline answer text will be a hyperlinked text of the media name. When clicked on the name, the link will redirected to the media location.
- Thus, we can access the desired media with the help of this inline search bot.
- This release uses
Pyrogram
framework ofversion 1.x