Table of Contents
- About The Project
- Getting Started
- Usage
- Getting Environment Variables for the SDK
- Using the Meeting Methods in Your App
- License
- Contact
- Acknowledgments
This is a free tool for you to ensure seemless integration with Zoho meeting in any of your apps. You just have to provide
- Client ID
- Client Secret
- Redirect URI
- Auth Grant
The above three values need to be put in your .env file and you are good to go
- Python>=3.6
- Clone the repo
git clone https://github.com/radhikakakkar/zoho-meeting-python-sdk
- Create and activate virtual environment
python3 -m venv venv source venv/bin/activate
- Install the tool
cd <cloned repo parent directory> python3 setup.py install
-
Register your account with Zoho and create the client credentials on their dev console
-
Enter your app's redirect URI where asked and then copy
client_id
,client_secret
to the.env
file -
Here is how you can get the auth grant. This is just a one-time thing!
Make sure you use the correct scopes:
- ZohoMeeting.meeting.UPDATE
- ZohoMeeting.meeting.READ
- ZohoMeeting.meeting.CREATE
- ZohoMeeting.meeting.DELETE
-
Add the above 4 variables in your
.env
and start running!
- Scheduling meetings
- Updating meetings
- Deleting meetings
- Get Meeting Recordings
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Radhika Kakkar - @radhikakakkar - radhika3273@gmail.com
Project Link: https://github.com/radhikakakkar/zoho-meeting-python-sdk