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.
Written in Python using the Azure Speech SDK. App.py provides an easy way to create an Text-To-Speech request to Azure Speech and download the wav file. Azure Neural Voices Text-To-Speech enables flu
This is a DCA crypto trading bot built for Binance written in Python. It works by allowing you to DCA at an interval of your choosing and reports back on your average buy price as well as a chart con