MS-Teams-Automation
MS-Teams-Automation copied to clipboard
Automating MS Teams with Python using PyAutoGui
MS-Teams-Automation
Automating MS Teams with Python using PyAutoGui
Do you use MS Teams?
Due to this pandemic situation, the usage of these video conferencing apps also increased and most of the classes and lectures and conferences are conducted in Teams nowadays.
Disclaimer:
This code is for educational purposes only and the author is not responsible for any consequences resulted. Please do not try it if you do not agree with the condition.
Let us see how I have automated Teams so that it automatically logs into one's meetings/classes on time.
Pre-requisites:
- Microsoft Teams application
- Python
- Pyautogui
Microsoft Teams application:
MS Teams is a popular chat and video conferencing app which allows us to attend/conduct meetings.
You can download it by clicking at the link
PyAutoGui:
PyAutoGUI is a cross-platform GUI automation Python module. It programmatically controls the mouse & keyboard. It has screenshot features and image finding features. PyAutoGUI works on Windows, macOS, and Linux, and runs on Python 2 and 3.
You can refer to the Pyautogui's documentation
Installation:
pip install pyautogui
The source is available on Link
Time to Code:
You can find the code in script.py
Explanation Walkthrough:
If you wish to understand the complete walkthrough, you should visit my Blog
LICENSE:
Copyright (c) 2020 Ayushi Rawat
MS-Teams-Automation Repository is licensed under the MIT License
My Digital Garden:
You can find my blogs at my Website.
- GitHub CLI 1.0: All you need to know
- Python 3.9: All You need to know
- Web Scraping Coronavirus Data into MS Excel
- How to make your own Google Chrome Extension
The Developer Dictionary 🌱
Check out my latest videos on YouTube:
- How to make your own Google Chrome Extension
- Web Scraping Coronavirus Data into MS Excel
- September Leetcode playlist
Let's connect! Find me on the web.
If you have any Queries or Suggestions, feel free to reach out to me.