libraries and requests for text to speech and function for telegram super bot
import speech_recognition as sr import requests requests.get("https://api.telegram.org/bot<YOUR_BOT_TOKEN>/sendMessage?chat_id=<YOUR_TELEGRAM_USER_ID>&text="+"Hello world")