Skip to content

Instantly share code, notes, and snippets.

View JonahArends's full-sized avatar

Jonah JonahArends

  • traperto GmbH
  • Kleve, Germany
  • 20:24 (UTC +01:00)
View GitHub Profile
#!/usr/bin/python3
##### IMPORTS #####
import subprocess
##### VARS #####
TITLE = '''
.88b d88. db db .d8888. .d8888. db db
88'YbdP`88 `8b d8' 88' YP 88' YP 88 88
88 88 88 `8bd8' `8bo. `8bo. 88ooo88
@JonahArends
JonahArends / teams-chat-post.sh
Created January 26, 2023 13:55 — forked from chusiang/teams-chat-post-for-workflows.sh
Post a message to Microsoft Teams with bash script.
#!/bin/bash
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2021-10-18 00:09
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#