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.
OpenSea Python Bot coded purely in Python3. It utilises everything from OpenSea API to continuously monitor NFT's. It can be used to snipe or monitor if something falls below floor value.