TobiasPankner / Teams-Auto-Joiner

Python script to automatically join Microsoft Teams meetings.
GNU General Public License v3.0
528 stars 183 forks source link

cant add dependencies #12

Closed ItzYeBoiOpa closed 3 years ago

ItzYeBoiOpa commented 3 years ago

cant add dependencies says:

python auto_joiner.py File "", line 1 python auto_joiner.py ^ SyntaxError: invalid syntax

TobiasPankner commented 3 years ago

What exactly did you do to produce this error?

ItzYeBoiOpa commented 3 years ago

I typed: pip install -r requirements.txt inside python. Could you maybe guide me through the process on like discord or something?

TobiasPankner commented 3 years ago

Don't type that inside python, just open a cmd window in the folder with the requirements file and then rum the command

ItzYeBoiOpa commented 3 years ago

How do you run a cmd in the folder?

TobiasPankner commented 3 years ago

https://youtu.be/bgSSJQolR0E

ItzYeBoiOpa commented 3 years ago

How do I join meetings at certain times? It ran good now but I have scheduled meeting. How can I join them at that time?

On Mon 24 Aug 2020 at 3:15 AM TobiasPankner notifications@github.com wrote:

https://youtu.be/bgSSJQolR0E

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TobiasPankner/Teams-Auto-Joiner/issues/12#issuecomment-678979719, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQXCMYGGLH6BZ7GZLOPKKU3SCIORBANCNFSM4QJGSSLQ .

--

Gracias,

Ari Opalin Larsen

TobiasPankner commented 3 years ago

The script will always join the newest meeting, as soon a meeting in a channel starts the script will join it

ItzYeBoiOpa commented 3 years ago

Does it have to remain open?

TobiasPankner commented 3 years ago

Yes

ItzYeBoiOpa commented 3 years ago

Okay okay so tomorrow at 8 will it automatically join it?

TobiasPankner commented 3 years ago

Yeah, if it doesn't get an error it will join all meetings until you cancel it.