Skip to content

CoderAbhinav/meeting_bot

Repository files navigation

meeting bot


About The Project

This is a simple bot which automatically log you in to your scheduled meeting. So there will be no more hassle for you to join any meeting This Project is made by students of First Year Computer Engineering at Vishwakarma Institute Of Information Technology, Pune (http://www.viit.ac.in)

Developed By

Github/ /CoderAbhinav - Abhinav Belhekar

Github/ /keyurgit45 - Keyur Gandhi

Github/ /shardul2002 - Shardul Joshi

Github /programmerAtharva - Atharva Chavan


Instructions

  • Setting Your Environment

    • Open the folder containgin the program.
    • Open terminal in the folder.
      • In Windows by typing 'cmd' in the file explorer
    • Then type the following command
      • pip install -r requirements.txt

    • As the Environment is ready go to the next part of the process
  • Writing your schedule

    • To write the schedule just open the 'timings.csv' file in Excel.
    • Then write the appropriate data in column.
    • How to Enter the details ?
      • Date Column : Format (DD/MM/YYYY)
      • Time column : Format (HH:MM:SS) 24 hours format
    • The program is designed in such a way that it would automaticaly check if link is available or not, if it is unavilable then the program uses ID & Password
    • You can write one of the Link or ID and Password.
  • Changes required in program:

    • Open main.py file in any text editor
    • Add your email id and password at line 11 of program.
    • Add chrome profile path at line 17 of program.
      • You can get user path by typing

        chrome://version

        in google chrome. (look for profile path : )
    • Your Program is now ready to use.
  • How to use the program ?

    • Open terminal in the folder containing the program.
    • type the following command
      • python main.py