This project is a Python bot that automates the process of logging into Gmail, joining a Google Meet, recording the audio of the meeting, and then generating a summary, key points, action items, and sentiment analysis of the meeting.
- Python 3.8 or higher
- Chrome browser
- OpenAI Api Key
- A Gmail account
- A Google Meet link
-
Clone the repository:
git clone https://github.com/dhruvldrp9/Google-Meet-Bot.git cd google-meet-bot
-
Make python environment:
python3 -m venv env
-
Activate environment(Ubuntu):
source env/bin/activate
-
Activate environment(Windows):
env/scripts/activate
-
Install requirements:
pip install -r requirements.txt
-
Export credentials to environments:
export OPENAI_API_KEY="Your_OpenAI_Api_Key"
export email_id="Your_email_id"
export email_password="your_email_password"
-
Run Script:
python3 join_google_meet.py