mirror of https://github.com/poljar/matrix-nio.git
a84fa5b481 | ||
---|---|---|
.. | ||
README.md | ||
basic_client.py | ||
manual_encrypted_verify.py | ||
restore_login.py | ||
send_image.py | ||
verify_with_emoji.py |
README.md
Matrix-nio Examples
You can find the examples documented on the matrix-nio
documentation
page: https://matrix-nio.readthedocs.io/en/latest/examples.html
It is recommended that you work through the examples in a specific order:
basic_client.py
: first introduction to matrix-nio, Hello World examplerestore_login.py
: store credentials and send text messagesend_image.py
: send an imagemanual_encrypted_verify.py
: trust devices and users, verify manuallyverify_with_emoji.py
: verify interactively with emojis
Download the examples today and start playing with them in only a couple of minutes! Enjoy! Find more in the matrix-nio documentaion.
If you desire more sample code and want to do additional reading and exploration have a look at this external repo (not maintained by us) called matrix-commander. It showcases various types of sending, receiving and verification.
And last but not least, you should definitely check out all
the other projects built with matrix-nio
. To do so, explore our
built-with-marix-nio list.