Skip to content

Instantly share code, notes, and snippets.

@under0tech
Created May 5, 2023 15:47
Show Gist options
  • Save under0tech/fdd306033b110749ff4833e4f7d050c2 to your computer and use it in GitHub Desktop.
Save under0tech/fdd306033b110749ff4833e4f7d050c2 to your computer and use it in GitHub Desktop.
# Send message to Telegram channel
def send_message(message):
response = req.post(
f'{TELEGRAM_URL}/{TELEGRAM_BOT_ID}/sendMessage?chat_id={TELEGRAM_CHAT_ID}&parse_mode=Markdown&text={message}')
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment