Building A Zoom Bot Which Logs Into Your Meeting / Classes For You (Python)

Поділитися
Вставка
  • Опубліковано 13 жов 2024
  • In this video we are going to be automating zoom such that it automatically logs into one's meetings / classes on time. Python is used for this project and each step is explained.
    Code from the video:
    github.com/Ani...
    Thanks a lot for watching! Please like and subscribe if this video helped you!
    Any feedback is highly appreciated.
    Other Videos:
    Sudoku Solver: • Sudoku solver (Algorit...
    Twitch Chat Plays League of Legends: • TWITCH CHAT PLAYS LEAG...
    Amazon Price Tracker: • Build an Amazon price ...
    Leetcode Questions Solved: • Leet Code Questions ex...
    Sorting Algorithms Playlist: • Stable V.S. Unstable S...
    Gear used:
    Mic: amzn.to/3awi3b6
    Drawing pad: amzn.to/2O7PaaU

КОМЕНТАРІ • 428

  • @saianishmalla2646
    @saianishmalla2646  3 роки тому +48

    opening zoom if on windows:
    subprocess.call('C:\\myprogram.exe')
    Put the path to the zoom application

    • @nidalsaid6403
      @nidalsaid6403 3 роки тому

      not working plies hellp

    • @priyaanshishere7326
      @priyaanshishere7326 3 роки тому +2

      Bro I m ur 1000th sub 👍👍😁
      Have screenshot also... Need shout-out

    • @tylerbroderick5029
      @tylerbroderick5029 3 роки тому +1

      @@priyaanshishere7326 did you get it to work. I went into file explorer and copy pasted the file location, did not work.

    • @tylerbroderick5029
      @tylerbroderick5029 3 роки тому

      @Abdul Rehman Mesud maybe he will show us how to work it

    • @mokshoswal7276
      @mokshoswal7276 3 роки тому

      @@nidalsaid6403 You can use
      subprocess.Popen("yourflle\\location.exe")

  • @jonathanli31
    @jonathanli31 3 роки тому +55

    I did this while I was sleeping and it actually worked lol my teacher marked me as present

  • @mrcodercodes7684
    @mrcodercodes7684 4 роки тому +42

    Keep Growing up buddy ... one of the best quality content available... go on

  • @shivabhadoriya2908
    @shivabhadoriya2908 4 роки тому +23

    👏👏👏👏 I have a feeling that your channel is sooner going to rock !!,
    Thanks for this amazing project !

  • @ShobiPPpro
    @ShobiPPpro 4 роки тому +160

    If somebody has knowledge to write this! they don't need to attend the classes

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +5

      Hahahaha 😂

    • @gameginger5529
      @gameginger5529 4 роки тому +1

      lol so true

    • @Chan-og3yk
      @Chan-og3yk 3 роки тому +2

      @@saianishmalla2646 I also wrote a zoom bot legit.... great job.However, I just used selenium to navigate to the links, and used the schedule module in python. But your way is also good. I finally converted the py file to an exe and kept it running on a cloud server. Also, I have a question: why not joining to audio?

    • @tunacuma
      @tunacuma 3 роки тому +1

      @@Chan-og3yk which server do you use

    • @ChaceBennett
      @ChaceBennett 3 роки тому +1

      its just python its pretty simple but yeah man i still think this design is cool because of how simple it is

  • @blank_2067
    @blank_2067 3 роки тому +7

    You can run this program on a web server so you don’t have to keep your PC on all the time or turn it on at the time of class. You can also discord api to link it your discord so that you’ll get notif every time it successfully logs in to a class.

    • @Tank_UNSCATHED
      @Tank_UNSCATHED 3 роки тому +1

      I’m new to this coding thing how do I do what you said?

    • @yashraj52_
      @yashraj52_ 2 роки тому

      Can you share your code? , if you have tried it

    • @shivambailwal9363
      @shivambailwal9363 2 роки тому

      bro can u please send me the code, the notification part would come in handy
      thanks..

  • @shaanlashkari8769
    @shaanlashkari8769 2 роки тому

    WWWWWWWWWOOOOOOOOOOOOOOOOWWWWWWWWWWW!!!!!!!!!!!!!!!!!!!!!!!! Amazing! I am so much shocked! Even i am a python programmer , but i didn't knew anything about this! I learnt a very good thing! I can make anything from it! Thank you Anish Bhaiya!

  • @gurleenkaur482
    @gurleenkaur482 4 роки тому +5

    Hi. Amazing work. A quick question tho. Does this pass as a beginner level project for python?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +1

      Thank you! And I would consider this as a beginner level project I think it's pretty basic.

  • @CrashBennyCrash
    @CrashBennyCrash 4 роки тому +4

    Great video, clear directions! Question though, how in py3 would we automate going to the next row in the csv for the next meeting?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      This code already does that it looks at all of the rows, not just one

  • @jadap1748
    @jadap1748 2 роки тому

    Great tutorial! thanks for sharing! Are we able to also open and assign a host automatically?

  • @gilililili
    @gilililili 3 роки тому +3

    Here is an easier approach in my opinion
    import webbrowser as webb
    Import pyautogui
    webb.open("zoom link you probably have")
    openbtn = pyautogui.locatecenteronscreen(take a picture of the "open zoom.us" button)
    pyautogui.moveto(openbtn)
    pyautogui.click()

    • @yashraj52_
      @yashraj52_ 2 роки тому

      can you please share your code with me?

    • @gilililili
      @gilililili 2 роки тому

      @@yashraj52_ wdym I have it in my comment

    • @yashraj52_
      @yashraj52_ 2 роки тому

      @@gilililili used it, literally it saves me from doing extra lines of codes, thanks buddy

    • @yashraj52_
      @yashraj52_ 2 роки тому

      @@gilililili btw do you know how you can use this code and run it on a web server

  • @funnyuploders8860
    @funnyuploders8860 3 роки тому +1

    hey bruh , great work! I just have one problem, my cursor is not locating the centre on the screen, it just clicks where its positioned by me. could you help me with that?

  • @yusufnzm
    @yusufnzm 3 роки тому +6

    bro i have an idea. But I do not know how it could be done? It's when several people write yes in zoom, I want my account to write yes also in chat automatically.

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому +1

      Sounds interesting! If it helps zoom has an inbuilt option for collecting polls which should be a lot easier and practical.

    • @rudawabdulrahman1010
      @rudawabdulrahman1010 3 роки тому

      @@saianishmalla2646 yes bro if you can doing that we can using our names automatically, please help us.

  • @rohitthorat9066
    @rohitthorat9066 3 роки тому +1

    Please can you make some suggestion for all the programs used. Because I cant understand which programs am I to use to perform each task.

  • @pranaymukherjee3354
    @pranaymukherjee3354 4 роки тому +2

    Nice work bro !!!! I was trying this with Ubuntu 18.04 LTS, and I am facing some issues... Do you think u might have some time for this ?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      yea ofc i can try helping. If its about pyautogui its because you need to download a few other dependencies: pyautogui.readthedocs.io/en/latest/install.html

    • @mithun3318
      @mithun3318 3 роки тому

      check this repository for linux
      github.com/thedopepirate/automatically-join-zoom-meeting-linux

  • @emilioalvaradogonzalezarag9294
    @emilioalvaradogonzalezarag9294 3 роки тому

    amazing video my man, the best on this topic, however im trying to make it log in depending the day, supposing i have a class mondays and fridays, how would that look in the csv and in the code?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      Thank you and in that case you could also add a date, so that way the program check for the data and if the dates and times math then the program runs.

  • @Terzaghi12
    @Terzaghi12 3 роки тому +24

    When a developer doesn't want to attend a online class

  • @redpotter4074
    @redpotter4074 4 роки тому +8

    How do I put my .py file into the same folder as the join_btn.png? Thanks

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      Um well create a folder first and drag in your images into that folder you could just clone my GitHub repository

    • @sairamhariharan7776
      @sairamhariharan7776 4 роки тому

      You need to do the opposite, put the .png file into your .py file folder, if you are using PyCharm, u can select your .py file and right click and click on show in explorer, that is where you will have to store all the .png files or .csv files or any file that u are using with your .py file, and also every time you are working on some project like this, make sure to create a separate project folder and and store your .py file(s) and other related files in it.

  • @JP-vi9mw
    @JP-vi9mw 4 роки тому +1

    I fall asleep at 9am and my classes r at 11am lol, I cant wake up never, this will helps me a lot

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      hahah thats perfect.. sleep > everything lol

    • @JP-vi9mw
      @JP-vi9mw 4 роки тому

      But i made ir different cause i need to enter from a link to mark assistance

  • @HY685936
    @HY685936 4 роки тому +2

    BTW, nice work! I wonder if you tried to create an executable file and try to run it. I tried it last night seems like pyautogui isn't really friendly with pyinstaller, tho. Thank you

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +1

      I did not actually try creating an executable. And your more than welcome!

    • @soulninjadev
      @soulninjadev 4 роки тому +1

      Try using Inno Setup

    • @HY685936
      @HY685936 4 роки тому

      @@soulninjadev I have already done it by using pyinstaller. The main problem was related to project folders which I didn't include along with executable file. BTW, thanks for the suggestion.

    • @soulninjadev
      @soulninjadev 4 роки тому +1

      @@HY685936 ohh nice, i had a prob with pyinstaller so i used inno setup, it was good

    • @HY685936
      @HY685936 4 роки тому

      @@soulninjadev Cool good for you!

  • @ayonsamajder
    @ayonsamajder 4 роки тому +4

    Great bhaiya.. How to host this in server? So that I can join my school's online class even when I am asleep, even though my computer is off.. It will be great. 😴

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +1

      To be honest I'm not too sure how that will work since we are using pyautogui which automates mouse and keyboard clicks.

    • @dekcolb8245
      @dekcolb8245 4 роки тому +1

      You could rent an aws VPS they're pretty cheap and decently reliable you'd just need to set the time and links

    • @atanki5682
      @atanki5682 4 роки тому

      ​@@saianishmalla2646 hmm i guess he could host his server on ubuntu or debian and then take it from there given it would work except when they ask him a question lol

  • @pianistik4570
    @pianistik4570 3 роки тому +1

    I tried it on VS code but when I run, it doesn't ask me to press enter and zoom doesn't open... I followed every step, I don't have enough programming experience pls help me out (:

  • @havishkahalangoda4344
    @havishkahalangoda4344 2 роки тому

    Hi there Just a question How am I going to publish a bot in the zoom marketplace?

  • @abhavgoel9390
    @abhavgoel9390 3 роки тому +1

    hey the pyautogui commands aint working for me help...

  • @real_pivot
    @real_pivot 3 роки тому +1

    wow dude thanks i came up with this idea and i saw u how to do this code
    thanks man

  • @himeeeflipper9391
    @himeeeflipper9391 2 роки тому +1

    bro please is there anyway we can send bot army in a zoom class please tell me if there is any way

  • @atanki5682
    @atanki5682 4 роки тому +1

    which IDE is that? it looks amazing :)

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      Yea it really is, I'm using vim and the color scheme is called gruvbox.

  • @divyanshuprasadd
    @divyanshuprasadd 4 роки тому +4

    is there any method to take meeting Id and password automatically from what’s app and then feed data in CSV to join meeting automatically....?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +3

      There actually is check out this API called Twillio it would help you in doing this.

  • @Arun_Kumar_x86
    @Arun_Kumar_x86 3 роки тому

    really awesome dude ,, nailed it

  • @dokueki8425
    @dokueki8425 3 роки тому

    The whole video is only built on python automation right?

  • @mayur005ful
    @mayur005ful 3 роки тому

    facing issue while running the program zoom is opening but it's not identified the join button , I have put the screenshot properly all code is fine but not identifying the join button so after oepning zoom is not going proceed and completely stuck here , need help

  • @1984-s2x
    @1984-s2x 3 роки тому

    Bro can you tell me more about putting the join button to project file. I have done it already but it is througing error. Is it necessary to put it in that project file? Can't we just give its path location? Like from other folder?

  • @venkatasriharsha4227
    @venkatasriharsha4227 3 роки тому +3

    Great one buddy.
    Let me ask you to make it to another level:
    Make the bot to navigate to the WhatsApp group to find the links and automate it to add the links into CSV directly. So u can avoid writing all the links or meeting Ids and pswds. If someone does this please lmk :)

  • @atiqkhan3736
    @atiqkhan3736 3 роки тому

    Boi u deserve more subscribers really helped😃❤

  • @giuseppeguap7250
    @giuseppeguap7250 4 роки тому +1

    How did you get your terminal so cool looking??

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      I'm using iterm and zsh instead of the normal terminal. This video should help ua-cam.com/video/MSPu-lYF-A8/v-deo.html

  • @itskuber_
    @itskuber_ 3 роки тому

    Hey, is there anything you can do for Microsoft teams too? Thanks a lot.... I am new to coding so I rlly wannah see that code...

  • @bhanudash
    @bhanudash 3 роки тому

    Nice, I truly like the program and your presentation, good job

  • @IndianTechnopath
    @IndianTechnopath 3 роки тому

    Bro can you please make a video on how can we make a list of participants joined in the zoom meeting with python

  • @shariarnafis2534
    @shariarnafis2534 3 роки тому

    Such a legendary content man.You are a legend.God bless you man

  • @sairamhariharan7776
    @sairamhariharan7776 4 роки тому +2

    @Anish Malla Hey I'm having an issue, even though the password that I am entering into my csv file is absolutely correct, when the time comes, and the password is entered, it is showing incorrect password, I thought that the sleep time was less and I increased it, still it is showing that the password is incorrect. Could it be that something is wrong with my csv file ? Also can you tell me how to specify date in the csv file too ? Btw I'm using windows and this thing works like a charm and is really helpful, except for the password part :(, also where did u learn python from ?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      With the csv file make sure there are no space, but I'm not really sure what the problem could be. Also don't edit from microsoft excel it changes the formatting sometimes. For the date and time you can do that using the date time module which is in built into python. And I learnt python through a ton of resources, I would usually start off a project with no idea of how to do it but along the way I would learn a lot and that's really how I learnt python or any language for that matter.

    • @sairamhariharan7776
      @sairamhariharan7776 4 роки тому

      @@saianishmalla2646 I made sure that there are no spaces in the csv file, but then I wanted to see if something was wrong when pyautogui was typing the password into the password box, and I increased the sleep time, I found out that it was typing only 5 characters when my password is 6 characters. Dont know how to solve this.
      P.S (after edit) - I did make sure that I entered the 6 character password into the csv file and I did not use excel, I used pycharm itself. Also, I think I may have found my problem, when I am entering the password in the csv file, it is not recognizing '0' as a character when it is leading a number, and there is a 0 in start of my password, so could you tell me how to solve this and preserve the leading 0 ? I have tried using the .csv.txt extension to change all the values in that column into text, but then pandas is not able to read my file if I do that, I even tried to change the formatting of the particular cell in excel so that all the values in it change to text, but after I close the file and reopen it again, it is again reverted back to number formatting. Should I use another text editor where I can preserve the zero ? If yes, which editor ?

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      I tried it out and it was working for me. This is how my csv file looks like:
      timings,meetingid,meetingpswd
      11:40,0qwert,0123
      I'm not too sure what the exact problem is and personally I'm using vim but I dont think the text editor should make a difference but no harm in trying.

    • @sairamhariharan7776
      @sairamhariharan7776 4 роки тому

      @@saianishmalla2646 Ok I think I will make a new csv file with pycharm itself, excel doesn't allow to store numbers with leading zeroes, and if I try to use the text import wizard by giving it .txt extension, pandas is not able to read the fie, I'll make the csv file using pycharm and I will notify it here if it works.

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      @@sairamhariharan7776 yeah try that just make a new file on pycharm and name it something and give it the .CSV extension it should work

  • @ThienTran-hu6um
    @ThienTran-hu6um 4 роки тому

    Great video!! My university requires me to login via SSO (company domain/company email), which opens up Chrome and has me sign in with my school netID and password. Do you know if pyautogui will allow me to automate things in Chrome? Thanks :))

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      well yes. pyautogui simulates a person using a mouse and a keyboard. You could use webdrivers such as selenium to do the same.

  • @bdoug
    @bdoug 2 роки тому

    This was so cool! Thanks sm for sharing

  • @mTrader1
    @mTrader1 3 роки тому +8

    Fact: *THIS GUY IS INDIAN*

  • @tarunpatidar5238
    @tarunpatidar5238 3 роки тому

    Keep doing this brother.
    Learning things to master my programming skills ❤️

  • @zanqr1st704
    @zanqr1st704 3 роки тому

    hey man what did you use to run the code?

  • @saithunga152
    @saithunga152 4 роки тому +1

    This is actually amazing, great!

  • @209_debanjanbhattacharjee_6
    @209_debanjanbhattacharjee_6 3 роки тому

    Hey bro really nice video....I am having a problem though...it is working briliantly when I am using an account however when I am switching to some other account then this code is not running as it should....so any suggestions?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      ahh I'll try to check but I'm really not too sure sorry.

  • @purebredgoldenretriever1597
    @purebredgoldenretriever1597 3 роки тому

    Can you please give some hint on how I can make this program work on any computer....? Say I have made this in my computer, but I want it to work in my mom's computer, without downloading python on it...how can I do so?

    • @sherwinsabu
      @sherwinsabu 3 роки тому +1

      I think without downloading python you cant run that file

  • @lakshyapatel9349
    @lakshyapatel9349 4 роки тому +1

    Best school bunk tutorial

  • @yaswanthsingamaneni3599
    @yaswanthsingamaneni3599 4 роки тому +1

    nice video. good application. very useful

  • @AdrianWidmer
    @AdrianWidmer 3 роки тому +1

    Can you teach how to make a "google meets" version of this bot?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      check out selenium its a web driver which can help you do this.

  • @MayankMishraG
    @MayankMishraG 3 роки тому

    Hey Anish, the code was really helpful but there is one problem that I am experiencing. Whenever the password has to be written, it is not accepting it. Meeting ID is being entered but not the password. Any idea why so?

  • @anasuddin09
    @anasuddin09 3 роки тому

    My teachers send new links in WhatsApp every day approx 3 to 4 class can you make a program from which it automatically detects new coming link and joins automatically then automatically ends when the new link comes. For zoom and webex

  • @iamluffy__01
    @iamluffy__01 3 роки тому

    Kya iskooo ham phone se Kar sakte he Kya pls reply zoom bot kooo

  • @NiranjanKumar-ou6bi
    @NiranjanKumar-ou6bi 3 роки тому

    Is there any way to join audio and mute ourselves? Additional code required for that?

  • @rhythmshah4496
    @rhythmshah4496 3 роки тому

    I have installed Python but if I paste this code in the IDLE or Shell, its showing a syntax error, so where exactly should I type this code??

  • @shaanlashkari8769
    @shaanlashkari8769 2 роки тому

    Can you tell how to drag in pyautogui?

  • @saulotarsobc
    @saulotarsobc 3 роки тому +1

    subprocess.call('C:\\Users\\saulo\\AppData\\Roaming\\Zoom\\bin\\Zoom.exe')
    Windows example

  • @oldtupu45456
    @oldtupu45456 3 роки тому +1

    pyautogui Not working in Windows :(
    Read their article didn't worked

  • @pewdiepie8579
    @pewdiepie8579 3 роки тому

    Pycharm main ban jaayega ya koi aur software lagega bhai?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому +1

      It should work on pycharm but regardless the editor you use should not be a problem.

    • @pewdiepie8579
      @pewdiepie8579 3 роки тому

      @@saianishmalla2646 bhai try kiya tha ban gya aaram se thankyou bhai use to nhi karoonga classes lena zaroori hai ,par kuch nya seekha acha lga.

  • @PolygonVerse
    @PolygonVerse 3 роки тому

    Instead of locating and clicking the join button (which takes more time and uses more computing), just use ---pyautogui.hotkey('command','j')---.

  • @anudeepbadam9226
    @anudeepbadam9226 3 роки тому

    Do we have any way to run this python script on mobile devices like amazon fire tab?@sai Anish

  • @TeaN_
    @TeaN_ 3 роки тому +1

    Hey BRO can you tell me how to open this type of python as u show in ur video
    plz reply bro

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому +1

      what exactly? the editor?

    • @TeaN_
      @TeaN_ 3 роки тому +1

      @@saianishmalla2646 NO 2:20 that black window what is that ?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому +1

      Thats the editor its called vim.

    • @TeaN_
      @TeaN_ 3 роки тому +3

      @@saianishmalla2646 PLZ MAKE VIDEO ABOUT THAT PLZ BRO PLZZZ A Subsciber's wish

  • @duckpncruck5027
    @duckpncruck5027 3 роки тому +1

    Hey, do you know where the binary is on linux?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      I dont actually but as far as I know pyautogui has a separate installation for linux: pyautogui.readthedocs.io/en/latest/install.html

  • @JustChilltoday
    @JustChilltoday 3 роки тому

    Great work bro. Keep moving

  • @FrankelyyOne
    @FrankelyyOne 3 роки тому

    Hey, I actually got the code to work and the program opens up, and it clicks on the join through command 'j', but it cannot find the images for locatecenteronscreen. How can I fix that?
    Great work and thank you

    • @xsupremeyx9923
      @xsupremeyx9923 3 роки тому

      sometimes the screenshot you took isn't readable, try to use windows snipper or try using different screenshot apps from net, make sure you don't edit them from ms paint or from any other place other than the built in one from your application ( i.e if you are using snipper, crop the picture using it only... same goes to any other app, don't do this like, you used snipper to get screenshot and then used ms paint to crop, it's probably not gonna work)
      otherwise try making program using hotkeys if you cannot then try using coordinates and make sure program opens up exact on those coordinates else you are gonna be out of luck

  • @arnabjena3796
    @arnabjena3796 3 роки тому +1

    I don't have any idea about this
    Do we have any prerequisite for this

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому +1

      Yeah knowing python would help.

    • @arnabjena3796
      @arnabjena3796 3 роки тому +2

      @@saianishmalla2646 thanks for replying
      Actually I tried for the whole day can u ply make a vdo again for Noobs u said things very fast

  • @shivam9201
    @shivam9201 4 роки тому

    are the timings approached in the same sequence as they are mentioned in the csv file??

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      It checks all of the rows so no, order does not matter.

  • @NotFlame
    @NotFlame 3 роки тому

    Hey how do i enter the path for windows in this code, it says FileNotFoundError

  • @aman-ph6vj
    @aman-ph6vj 3 роки тому

    Hey Great Tutorial! So after I added the while loop my program doesn't work anymore . Any fixes?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      Thank you! I'm not exactly sure, maybe its not reading the csv file, maybe increase the resting / sleep time.

    • @aman-ph6vj
      @aman-ph6vj 3 роки тому

      @@saianishmalla2646 No I had checked that separately, It opens the csv file and all but when I remove the while loop it works but when I add it nothing happens, no error code or anything

    • @ericstevens9443
      @ericstevens9443 3 роки тому

      @@aman-ph6vj That sounds like it got stuck in an infinite loop. Code is still running, but nothing is getting finalized. Did you verify all of your parameters for the while loop are correct?

  • @howtotech9002
    @howtotech9002 3 роки тому

    Sir , it doesn't click my join button....only opens the app then does nothing

  • @gamersunited3577
    @gamersunited3577 3 роки тому +2

    I am unable connect as i am using the normal zoom app can i contact u bro on zoom or discord so i will screen share and can u explain me bro

    • @gamersunited3577
      @gamersunited3577 3 роки тому

      Plz reply bro

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      I'm really not sure maybe you could share ur code I can look at it if I get some time and sorry I dont normally call to help.

    • @sohanjala3852
      @sohanjala3852 3 роки тому

      @@saianishmalla2646OK BRO 2MIN

    • @sohanjala3852
      @sohanjala3852 3 роки тому

      ACTUALY I AM USING MY ANOTHER ACCOUNT

  • @itsspriiyanshu
    @itsspriiyanshu 3 роки тому

    Man can u publish this for use or something, like make it dynamic so that the user enters the id pass and time and it automatically joins

  • @pathokhaque9519
    @pathokhaque9519 3 роки тому

    How do you access the screenshot menu for pyautogui in windows 10? and where does it get saved?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      theres no menu specific to pyautogui your just giving the location of where the screen shot is in your computers file system.

  • @nikitatsemashko2001
    @nikitatsemashko2001 4 роки тому +1

    I am from Ukraine so sorry for my mistakes.) I am written your code but I have mistake ( you see when I started it”s say error cause it didn’t see csv file . Maybe it cause I don”t know how to open code down ( I just don"t know how it be on English ) just look 13:27 .

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      I think the problem is because you did not give the correct path to your csv file. Make sure that the path you gave in the python file actually leads to your csv file.

  • @Sihal_A
    @Sihal_A 3 роки тому

    and do you know how to divide that into separate days? like Sunday Monday like that?

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      So you could add an additional date column in the timings.csv file where u check for the date.

  • @danobione
    @danobione 2 роки тому

    Is it possible to make a bot that will say "yes" (recorded sound on the computer) to the teacher when he asks: "Yes or no"?

  • @chjoseph7447
    @chjoseph7447 2 роки тому

    the code is unable to extract timings from csv in windows

  • @jayrajdeshmukh6925
    @jayrajdeshmukh6925 4 роки тому

    Hey buddy i have a question..... the program ran perfectly in pycharm .... after i ran the program on cmd, it showed an error "FileNotFoundError: [Errno 2] No such file or directory: 'join_button.png'" and every other .png that was used in the vid... can you help me out??

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      The only issue I can imagine is if the path is incorrect, maybe you could double check.

    • @latestmovie539
      @latestmovie539 3 роки тому

      Bro how to find the path for zoom ?

  • @lakshyapatel9349
    @lakshyapatel9349 4 роки тому

    Bro can you please make a video on the same topic but where you enter meeting id and password through mysql and connect mysql and python
    Like the user enters two or many meeting id and passwords in sql and when the python program runs it does its work...
    It will be very helpful for me

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому

      I would imagine it's the same thing instead of using a csv file you would create a database with a table in it to store the values. Don't think I'll be making a video on it...

  • @Sihal_A
    @Sihal_A 3 роки тому

    it is awesome but i didnt understand a bit can you tell me how to do this coding because i am new to coding in python?!!

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      glad u liked it well I would recommend maybe looking at the basics of python it would make it easy to understand whats going on.

    • @Sihal_A
      @Sihal_A 3 роки тому

      @@saianishmalla2646 ok thank you

  • @flamango8914
    @flamango8914 3 роки тому

    What compiler do you use. I wanna know so i can also use the same one

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      I used python 3.8.6 if thats what your asking.

    • @sohanjala3852
      @sohanjala3852 3 роки тому

      @@saianishmalla2646 can u give the link bro

    • @flamango8914
      @flamango8914 3 роки тому

      @Anish Malla I am asking what compiler like visual studio code etc.

  • @AryanSingh11
    @AryanSingh11 4 роки тому +1

    I am a windows user and facing problems in opening the application .. THe location is correct

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +2

      For windows I think you just put subprocess.call( [ 'ZOOM PATH' ] )
      If thats still not working check online, I've never really used windows a lot.

  • @ishayadav5221
    @ishayadav5221 4 роки тому +1

    Such a cool concept wow

  • @adityasoni3362
    @adityasoni3362 4 роки тому

    can u make video explaining how we can upload this program to a virtual server and the program runs automatically on the given timings without even opening laptop or computer

  • @Priivas90
    @Priivas90 3 роки тому +1

    Bro how can I run this code in visual studio ??

  • @Sarojkumar-li7iq
    @Sarojkumar-li7iq 3 роки тому

    We have to keep PC on or off

  • @setspace4370
    @setspace4370 3 роки тому +2

    you might as well do it for me cause i don't understand 1 thing you're saying. please put it into terms for someone who doesn't know coding or such.... pls/

  • @kameha-san8776
    @kameha-san8776 3 роки тому

    you didn't said to install pandas and PyAutoGUI

  • @elliotkantor9904
    @elliotkantor9904 4 роки тому

    Amazing tutorial! Thank you

  • @RobokiYT
    @RobokiYT 3 роки тому

    Can I do all this stuff in android as I always forget about my meeting a program which would identify like someone said he would text me meetid= and meetpwd= can you program a thing for android which sense it and add all details in zoom

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      ahh this program specifically wont run on android but I dont know how to do it on an android phone.

    • @RobokiYT
      @RobokiYT 3 роки тому

      @@saianishmalla2646 leave it I did it I am too a python coder just asked as was not able to do the touch part as pyautogui controls mouse and I wanted soething that may control touch I did it Nevermind

    • @chenulamarathunga7751
      @chenulamarathunga7751 3 роки тому

      @@RobokiYT hey let me ask something...i'am not a pro at coding...can i code this with windows

  • @abthewatcher04
    @abthewatcher04 3 роки тому

    Hey man really good video but I am getting a major issue, could you help?
    I tried installing Pyautogui many times but it always gives the error No module named 'pyautogui'

    • @saianishmalla2646
      @saianishmalla2646  3 роки тому

      Thats weird just make sure your using this command if your on mac or linux pip3 install pyautogui and if your on windows use this pip install pyautogui

  • @lakshmisravyak5517
    @lakshmisravyak5517 4 роки тому +1

    awesome tutorial

  • @shivambailwal9363
    @shivambailwal9363 2 роки тому

    what if i want it to connect to the audio too
    cuz the teacher removes the students whose audio is not connected.
    edit- nvm i got it lol

  • @Raven-pt9bf
    @Raven-pt9bf 3 роки тому

    PermissionError: [WinError 5] Access is denied (is anyone else getting this error while trying to run the program on Windows?)

  • @zacho5858
    @zacho5858 3 роки тому

    It keeps giving me an error that says no module named pyautogui

  • @rezaulhaque1013
    @rezaulhaque1013 3 роки тому

    subprocess.call(["/usr/bin/open", "Applications/zoom.us/app"])
    This isn't working on my ubuntu. Showing FileNotFoundError

    • @atharvgoel8242
      @atharvgoel8242 3 роки тому

      u dont have to include the line "/usr/bin/open", just copy paste the zoom application's path in ur pc

    • @atharvgoel8242
      @atharvgoel8242 3 роки тому +1

      i mean the code should look something like this
      subprocess.call(['zoom application's path in ur laptop'])

  • @prateek9165
    @prateek9165 4 роки тому

    thnk a lot buddy. i needed it

  • @RiteshKumar-rg6cd
    @RiteshKumar-rg6cd 3 роки тому

    Do I need to install selenium ?

  • @acph
    @acph 4 роки тому +1

    Hi I wanted to ask that I have already followed your video and but still nothing happened ps im using win10

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +1

      Did you make sure python and all the packages are properly installed?

    • @acph
      @acph 4 роки тому

      Anish Malla I‘ve download all of them in the offical page and using the latest version and I am considering are there any method to check does my program were written correctly

    • @acph
      @acph 4 роки тому

      Oh and what should I use to edit the program and that I can test the thing step by step which you did in the video

    • @saianishmalla2646
      @saianishmalla2646  4 роки тому +1

      The editor I used is called vim it has quite a bit of learning curve but its great once you get the hang of it. And python should give you errors you should search these errors online and look for a solution since each error could have several different solutions.