Automatic login to Microsoft Teams conferences

Overview

Auto-teams

Этот скрипт будет сам, в нужное время заходить по ссылкам Microsoft Teams, отключать микрофон и камеру. И даже выходить с урока и заходить на другой. Можно даже не просыпатся к первым урокам, только оставив пк на ночь.

Дисклеймер!

Я не гарантирую что все будет хорошо работать, скорее всего не будет. Надеяться точно на стабильность точно не стоит

Инструкция

1. Скачать последнюю стабильную версию Python-a

Официальный сайт

2. Скачать послдедний релиз auto-teams

Тут

3. Распаковать архив в удобное место и перейти в эту папку командной строкой

cd C:\Путь\К\Папке

4. Установить необходимый модуль

pip install selenium

5. Настроить config.json открыв его с помощью блокнота

{
    "имя":"Петр Петрович", //Имя в конференции
    "времяурока":"45", //Сколько пробыть на уроке в минутах?
    "1урок":"8:00", // Во сколько заходить на урок?
    "2урок":"9:00",
    "3урок":"10:00",
    "4урок":"11:00",
    "5урок":"12:00",    
    "6урок":"13:00",
    "7урок":"нет", // Если урока нет то так и написать: "нет"
    "8урок":"нет",
    "9урок":"нет",
    "10урок":"нет",
    "1ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***", //Ссылки на каждый урок дня
    "2ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***",
    "3ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***",
    "4ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***",
    "5ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***",
    "6ссылка":"https://teams.microsoft.com/dl/launcher/launcher/***"
    "7ссылка":"нет", // Если урока нет то так и написать: "нет"
    "8ссылка":"нет",
    "9ссылка":"нет",
    "10ссылка":"нет"
}
Если что комментарии (//xxx) нельзя оставлять в файле

6. Запустить!

python main.py

Если есть вопросы можно написать в Telegram

You might also like...
Bot made with Microsoft Azure' cloud service
Bot made with Microsoft Azure' cloud service

IttenWearBot Autori: Antonio Zizzari Simone Giglio IttenWearBot è un bot intelligente dotato di sofisticate tecniche di machile learning che aiuta gli

QR login for pyrogram client

Generate Pyrogram session via QRlogin

A script to generate the m3u playlist containing direct streamable file (.mpd or MPEG-DASH or DASH) based on the channels that the user has subscribed on the Tata Sky portal. You just have to login using your password or otp that's it . This discord bot preview user 42intra login picture.
This discord bot preview user 42intra login picture.

42intra_Pic BOT This discord bot preview user 42intra login picture. created by: @YOPI#8626 Using: Python 3.9 (64-bit) (You don't need 3.9 but some fu

Simple Instagram Login Link Generator

instagram-account-login Simple Instagram Login Link Generator Info Program generates instagram login links and you may get into someone´s thought the

This project is a basic login system in terminal for Discord

Welcome to Discord Login System(Terminal) 👋 This project is a basic login system in terminal for Discord Author 👤 arukovic Github: @SONIC-CODEZ Show

Python3 library that can retrieve Chrome-based browser's saved login info.

Passax EDUCATIONAL PURPOSES ONLY Python3 library that can retrieve Chrome-based browser's saved login info. Requirements secretstorage~=3.3.1 pywin32=

Automatic SystemVerilog linting in github actions with the help of Verible

Verible Lint Action Usage See action.yml This is a GitHub Action used to lint Verilog and SystemVerilog source files and comment erroneous lines of co

Injector/automatic translator (using deepL API) for Tsukihime Remake

deepLuna Extractor/Editor/Translator/Injector for Tsukihime Remake About deepLuna, from "deepL", the machine translation service, and "Luna", the name

Releases(v0.2.0)
Owner
Xhos
Xhos
Utility for converting IP Fabric webhooks into a Teams format

IP Fabric Webhook Integration for Microsoft Teams and/or Slack Setup IP Fabric Setup Go to Settings > Webhooks > Add webhook Provide a name URL will b

Community Fabric 1 Jan 26, 2022
The python SDK for Eto, the AI focused data platform for teams bringing AI models to production

Eto Labs Python SDK This is the python SDK for Eto, the AI focused data platform for teams bringing AI models to production. The python SDK makes it e

null 5 Apr 21, 2022
Randomly selects two teams based on who is in a voice channel on Discord

TeamPickerDiscordBot Randomly selects two teams based on who is in a voice channel on Discord What I Learned The ins and outs of Python as this was my

Brecken Enneking 2 Jan 27, 2022
BeeDrive: Open Source Privacy File Transfering System for Teams and Individual Developers

BeeDrive For privacy and convenience purposes, more and more people try to keep data on their own hardwires instead of third-party cloud services such

Xuansheng Wu 8 Oct 31, 2022
Python binding for Microsoft LightGBM

pyLightGBM: python binding for Microsoft LightGBM Features: Regression, Classification (binary, multi class) Feature importance (clf.feature_importanc

Ardalan 330 Nov 18, 2022
Enumerate Microsoft 365 Groups in a tenant with their metadata

Enumerate Microsoft 365 Groups in a tenant with their metadata Description The all_groups.py script allows to enumerate all Microsoft 365 Groups in a

Clément Notin 46 Dec 26, 2022
A Python SDK for connecting devices to Microsoft Azure IoT services

V2 - We are now GA! This repository contains code for the Azure IoT SDKs for Python. This enables python developers to easily create IoT device soluti

Microsoft Azure 381 Dec 30, 2022
A Discord token grabber executing in a Microsoft Document.

?? Rage ?? Rage is a tool written in Python3 allowing you to inject a Python3 complete Discord token grabber (Riot) script in a Microsoft Document usi

Billy 73 Nov 3, 2022