/Meet-link-opener

This project is for accessing google meet link from whatsapp chats/groups and opening the links. This project uses Selenium module of Python.

Primary LanguagePython

Meet-link-opener

Introduction

This project is for accessing google meet link from whatsapp chats/groups and opening the links.


Brief Summary of the project

After specifying person/group chat and using Selenium module to access whatsapp with driver.

It enters the Whatsapp web page and accesses the last few messages.

The messages are filtered for meet links using Regex module.

All the possible links are stored as a list.

The last link is accessed and opened using Webbrowser module.