MCPcopy Create free account

hub / github.com/VJBots/VJ-File-Store / functions

Functions79 in github.com/VJBots/VJ-File-Store

↓ 6 callersFunctionget_media_from_message
(message: "Message")
TechVJ/utils/file_properties.py:37
↓ 6 callersFunctionget_name
(media_msg: Message)
TechVJ/utils/file_properties.py:58
↓ 5 callersFunctionget_user
(user_id)
plugins/users_api.py:29
↓ 4 callersMethoddelete_user
(self, bot_id, user_id)
clone_plugins/dbusers.py:30
↓ 4 callersFunctionget_hash
(media_msg: Message)
TechVJ/utils/file_properties.py:54
↓ 3 callersMethoddelete_user
(self, user_id)
plugins/dbusers.py:36
↓ 3 callersFunctionget_short_link
(user, link)
plugins/users_api.py:16
↓ 3 callersFunctionget_user
(user_id)
clone_plugins/users_api.py:37
↓ 3 callersFunctionupdate_user_info
(user_id, value:dict)
plugins/users_api.py:46
↓ 2 callersFunctioncheck_verification
(bot, userid)
utils.py:67
↓ 2 callersFunctionformate_file_name
(file_name)
plugins/commands.py:43
↓ 2 callersFunctionget_file_ids
(client: Client, chat_id: int, id: int)
TechVJ/utils/file_properties.py:24
↓ 2 callersFunctionget_size
Get size in readable format
plugins/commands.py:32
↓ 2 callersFunctionget_token
(bot, userid, link)
utils.py:52
↓ 2 callersFunctionhumanbytes
(size)
TechVJ/utils/human_readable.py:5
↓ 2 callersFunctionupdate_user_info
(user_id, value:dict)
clone_plugins/users_api.py:54
↓ 1 callersMethodadd_user
(self, id, name)
plugins/dbusers.py:21
↓ 1 callersMethodadd_user
(self, bot_id, user_id)
clone_plugins/dbusers.py:15
↓ 1 callersFunctionbroadcast_messages
(user_id, message)
plugins/broadcast.py:17
↓ 1 callersFunctionbroadcast_messages
(bot_id, user_id, message)
clone_plugins/broadcast.py:63
↓ 1 callersFunctioncheck_token
(bot, userid, token)
utils.py:39
↓ 1 callersMethodclean_cache
function to clean the cache to reduce memory usage
TechVJ/utils/custom_dl.py:229
↓ 1 callersMethodgenerate_file_properties
Generates the properties of a media file on a specific message. returns ths properties in a FIleId class.
TechVJ/utils/custom_dl.py:52
↓ 1 callersMethodgenerate_media_session
Generates the media session for the DC that contains the media file. This is required for getting the bytes from Telegram servers.
TechVJ/utils/custom_dl.py:66
↓ 1 callersMethodget_all_users
(self)
plugins/dbusers.py:33
↓ 1 callersMethodget_all_users
(self, bot_id)
clone_plugins/dbusers.py:27
↓ 1 callersMethodget_file_properties
Returns the properties of a media of a specific message in a FIleId class. if the properties are cached, then it'll return the cached
TechVJ/utils/custom_dl.py:41
↓ 1 callersMethodget_location
Returns the file location for the media file.
TechVJ/utils/custom_dl.py:124
↓ 1 callersFunctionget_readable_time
(seconds: int)
TechVJ/utils/time_format.py:5
↓ 1 callersFunctionget_short_link
(user, link)
clone_plugins/users_api.py:24
↓ 1 callersFunctionget_size
Get size in readable format
clone_plugins/commands.py:29
↓ 1 callersFunctionget_verify_shorted_link
(link)
utils.py:15
↓ 1 callersFunctioninitialize_clients
()
TechVJ/bot/clients.py:14
↓ 1 callersFunctionis_enabled
(value, default)
config.py:12
↓ 1 callersMethodis_user_exist
(self, id)
plugins/dbusers.py:25
↓ 1 callersMethodis_user_exist
(self, bot_id, id)
clone_plugins/dbusers.py:19
↓ 1 callersMethoditer_messages
Iterate through a chat sequentially. This convenience method does the same as repeatedly calling :meth:`~pyrogram.Client.get_messages` in a lo
TechVJ/bot/__init__.py:22
↓ 1 callersFunctionmedia_streamer
(request: web.Request, id: int, secure_hash: str)
TechVJ/server/stream_routes.py:89
↓ 1 callersMethodnew_user
(self, id, name)
plugins/dbusers.py:15
↓ 1 callersFunctionparse_file_id
(message: "Message")
TechVJ/utils/file_properties.py:14
↓ 1 callersFunctionparse_file_unique_id
(message: "Messages")
TechVJ/utils/file_properties.py:19
↓ 1 callersMethodparse_from_env
(self)
TechVJ/utils/config_parser.py:14
↓ 1 callersFunctionping_server
()
TechVJ/utils/keepalive.py:12
↓ 1 callersFunctionrender_page
(id, secure_hash, src=None)
TechVJ/utils/render_template.py:16
↓ 1 callersFunctionrestart_bots
()
plugins/clone.py:76
↓ 1 callersFunctionstart
()
bot.py:64
↓ 1 callersFunctionstart_client
(client_id, token)
TechVJ/bot/clients.py:22
↓ 1 callersMethodtotal_users_count
(self)
plugins/dbusers.py:29
↓ 1 callersMethodtotal_users_count
(self, bot_id)
clone_plugins/dbusers.py:23
↓ 1 callersFunctionverify_user
(bot, userid, token)
utils.py:60
↓ 1 callersFunctionweb_server
()
TechVJ/server/__init__.py:9
↓ 1 callersMethodyield_file
Custom generator that yields the bytes of the media file. Modded from <https://github.com/eyaadh/megadlbot_oss/blob/master/mega/teleg
TechVJ/utils/custom_dl.py:168
Method__init__
(self, uri, database_name)
plugins/dbusers.py:10
Method__init__
(self, uri, database_name)
clone_plugins/dbusers.py:11
Method__init__
(self, config_file: Optional[str] = None)
TechVJ/utils/config_parser.py:10
Method__init__
A custom class that holds the cache of a specific client and class functions. attributes: client: the client that the cache is for
TechVJ/utils/custom_dl.py:21
Method__init__
(self)
TechVJ/bot/__init__.py:12
Functionallowed
(_, __, message)
plugins/genlink.py:19
Functionbase_site_handler
(client, m: Message)
plugins/commands.py:294
Functionbase_site_handler
(client, m: Message)
clone_plugins/commands.py:129
Functioncb_handler
(client: Client, query: CallbackQuery)
plugins/commands.py:317
Functioncb_handler
(client: Client, query: CallbackQuery)
clone_plugins/commands.py:152
Functionclone
(client, message)
plugins/clone.py:17
Functiondelete_cloned_bot
(client, message)
plugins/clone.py:55
Functiongen_link_batch
(bot, message)
plugins/genlink.py:86
Functiongen_link_s
(bot, message)
plugins/genlink.py:53
Functiongen_link_s
(client: Client, message)
clone_plugins/genlink.py:15
Functionget_media_file_size
(m)
TechVJ/utils/file_properties.py:62
Functionhello_world
()
app.py:5
Functionhuman_size
Returns a human readable string representation of bytes
TechVJ/utils/file_size.py:5
Functionincoming_gen_link
(bot, message)
plugins/genlink.py:31
Functionpm_broadcast
(bot, message)
clone_plugins/broadcast.py:14
Functionroot_route_handler
(_)
TechVJ/server/stream_routes.py:25
Functionshortener_api_handler
(client, m: Message)
plugins/commands.py:275
Functionshortener_api_handler
(client, m: Message)
clone_plugins/commands.py:108
Functionstart
(client, message)
plugins/commands.py:56
Functionstart
(client, message)
clone_plugins/commands.py:45
Functionstream_handler
(request: web.Request)
TechVJ/server/stream_routes.py:44
Functionverupikkals
(bot, message)
plugins/broadcast.py:42