Skip to content

Instantly share code, notes, and snippets.

View rizwanbutt314's full-sized avatar

Rizwan Hameed rizwanbutt314

  • Lahore, Pakistan
View GitHub Profile
@rizwanbutt314
rizwanbutt314 / main.py
Created December 1, 2021 08:07
MS Teams message sending main script
import ms_teams
# MS Teams App configs
CLIENT_ID = "test_client_id"
CLIENT_SECRET = "test_client_secret"
TENANT_ID = "test_tenant_id"
USERNAME = "test_user"
PASSWORD = "test_password"