Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.09 KB

Olvid Bot Python Client

Introduction

Welcome to the Olvid Python Client repository, part of the Olvid bots framework. If you're new here, consider starting with our Documentation.

Installation

You can install this module using pip:

pip3 install olvid-bot

Or from source:

git clone https://github.com/olvid-io/Olvid-Bot-Python-Client
cd Olvid-Bot-Python-Client
pip3 install .

Overview

This Python module implements a robust gRPC client, designed to simplify interactions while providing complete access to every RPC. This allows you to achieve advanced tasks with ease. To see the complete gRPC and protobuf description of the Daemon API, please refer to the protobuf repository.

The module also includes a built-in CLI (Command-Line Interface), enabling manual interaction with the Daemon for efficient management and testing. For more information on using the CLI, refer to README-cli.

Quickstart

Follow our 🚀 Quickstart page.