My OS: Linux Ubuntu 18.04
The problem: I have two Zoom accounts - one is work-related, one is private. I have to re-log about 20 times a day. You can imagine my frustration. I was hoping that Zoom would enable some easy account switch, but no.
What I did: Google search with "Zoom shortcuts" hoping that perhaps there is a key combination for account switching. ..No luck there.
What I need: I need an application that would consist of 3 tasks:
- logging out - THIS IS WHAT I FIRST NEED HELP WITH - THE 2) AND 3) DO NOT HAVE TO BE ANSWERED HERE, THEY ARE JUST A GENERAL INFORMATION
- choosing an account
- logging in with choosen account
Because there is no way that I could ask anybody to write such a program for free, the only way would be to build it from scratch. Difficult to a non-programmer. My "general scheme" what would I, as a script author, would have to choose:
1. Programming language
A big unknown, especially since so far I've been only capable of "writing" .sh scripts that were such basic as:
#!/bin/sh -e
TERMINAL COMMAND
exit 0
Q: What is your suggestion?
2. Way of logging out
The zoom log out - also not easy, requires commanding the application to "find" the log out button and press it. Precisely speaking: we are talking about the "switch account" button. This is the first thing that I would start from, thus I am not asking how to develop the program any further right now.
Q: Any helpful ideas are welcome - do you think you could share some materials that you think I should read in this area?
Final words: please bare in mind my lack of coding skills while writing your answer. Guidance appreciated.
0 Answers