A Python Package for Google Meet Operations
Project description
A Python Package for Google Meet Operations
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
Table Of Contents
- About the Project
- Features
- Technical Highlights
- Usage Scenarios
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
Milap is a Python package designed to simplify the interaction with Google Meet through the Google API Client services. This tool is crafted to assist developers, project managers, and organizations in automating and managing their Google Meet sessions. By encapsulating the complexities of the Google Meet API, this package offers an intuitive and straightforward way to create, update, delete, and fetch Google meeting details programmatically.
Features
Milap comes with a multitude of features:
- Create Google Meetings: Automate the process of scheduling new Google meetings. Customize settings such as date, time, participants, and more.
- Update Existing Meetings: Modify details of scheduled meetings, such as changing the time, adding participants, or updating the agenda.
- Delete Meetings: Provides functionality to cancel meetings, which can be integrated into various applications to handle schedule changes dynamically.
- Fetch Meeting Information: Retrieve details about meetings, including participant lists, meeting times, and links, which can be used for reminders, attendance tracking, and more.
Technical Highlights
- OAuth 2.0 Integration: Securely authenticate with Google's services using OAuth 2.0, ensuring compliance with Google's authorization protocols.
- Pythonic Interface: The package offers a Pythonic interface, making it easy to integrate into existing Python applications or workflows.
- Error Handling: Robust error handling mechanisms to manage API request failures and provide clear feedback.
Usage Scenarios
- Automated Meeting Scheduling: Ideal for applications that require automated scheduling of meetings based on dynamic criteria or events.
- Calendar Management Systems: Integrates seamlessly into custom calendar management systems for handling Google Meet sessions.
- Enterprise Solutions: Useful for enterprises needing to manage a large number of online meetings across teams or departments.
Getting Started
To install Milap, follow these steps:
Prerequisites
Installation
With pip:
pip install milap
With Poetry:
peotry add milap
Usage
Read the Documentation here
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
Creating A Pull Request
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/<feature>
) - Commit your Changes (
git commit -m 'Add some <feature>'
) - Push to the Branch (
git push origin feature/<feature>
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Subhomoy Roy Choudhury - SDE at Fynd - Github - Linkedin - Twitter
Project Link: https://github.com/subhomoy-roy-choudhury/milap
Acknowledgements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.