Skip to content

tomassabol/MS-Teams-Attender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Teams Online Class Attender

This bot attends the online classes (or meetings) held on Microsoft teams, according to the given timetable.

Configure

There are few things you need to configure before running this bot.

  • Open Microsoft teams on your browser, login to your account, change the dashboard view to list view (from grid view), so that your classes are displayed in a list view.
  • Open bot.py, and put your microsoft teams credentials in the CREDS dictionary.
  • Example - CREDS = {'email' : 'myemail@email.com', 'passwd':'''mypassword'''}
  • Open discord_webhook.py and put your discord webhook URL in the webhook_url variable. Example - webhook_url = "https://discordapp.com/...."

Install

Run the Bot

  • Run the bot python bot.py