Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/Telegram-Info/blob/main/LICENSE
Installation
pip install TelegramInfo
Usage
importpyrogramimporttelegraminfo# For user datadefuser_filter(client, message):
message.reply_text(
text=telegraminfo.user(message.from_user)
)
# returns data of user as text# For chat datadefchat_filter(client, message):
message.reply_text(
text=telegraminfo.chat(message.from_chat)
)
# returns data of chat as text
Telegram bot to stream videos in telegram Voice Chat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.
Haneul Bot, it's a discord for help me on my personnal discord, she do a lot of boring and repetitive stain. You can use on your own server if you want, you just need to find a host for the programm