Skip to content

Latest commit

 

History

History

README.md

Functionality Examples

This directory contains multiple examples demonstrating how to use different features of the [matrix.py] library. Each example is self-contained and can be run independently.

How to Run the Examples

  • You will first need to update the environment variables in the config.yaml file with your Matrix credentials and desired settings.

  • To run any of the examples, navigate to the examples directory from your command line and execute the desired Python file using the command line. For instance:

python3 error_handling.py

Make sure you have all the necessary dependencies installed and configured before running the examples as instructed in the root README file.

Available Examples