Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 892 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 892 Bytes

Microsoft Teams Bot

How to use

Just change the field values accordingly and you should be good. Do not minimize the browser and keep the browser window active to avoid some errors.

static string Email = "Your Email"; //MS Teams Email
static string Password = "Your Password"; //MS Teams Password
static string StudentName = "None"; //Default value. Do not change
static int JoinWaitingTime = 3; //If Teacher is not in the call for 3 minutes, the bot leaves.
static int OvertimeWaitingTime = 1; //If the Teacher decided to overtime, bot checks whether Teacher is in the classroom. If teacher is not in the classroom for 1 minute, the bot leaves.
static string userID = "Discord UserID"; //Discord UserID for Ping (optional)
static string Webhook = "Discord Webhook link"; //Discord webhook link (Optional)
static bool SendlogstoDiscord = false; //Send bot activity to discord