https://github.com/gcentauri/tuvix
A Matrix client in Erlang
https://github.com/gcentauri/tuvix
Last synced: about 2 months ago
JSON representation
A Matrix client in Erlang
- Host: GitHub
- URL: https://github.com/gcentauri/tuvix
- Owner: gcentauri
- License: gpl-3.0
- Created: 2019-09-02T20:39:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T00:45:00.000Z (over 5 years ago)
- Last Synced: 2025-02-13T06:19:26.159Z (4 months ago)
- Language: Erlang
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* tuvix
A bot for Matrix written in Erlang
[[file:tuvix.jpg]]
** Running with rebar3
assuming you have [[https://www.rebar3.org/][rebar3]] installed
and configured to use [[https://hex.pm/docs/rebar3_usage][Hex.pm]], you may want to:#+begin_example
rebar3 update
rebar3 compile
#+end_examplebefore starting. it should install the =jsone= dependency.
now that the tuvix app is setup properly, it seems
like the following shell command will compile tuvix as well.#+begin_example
rebar3 shell
1> Pid = tuvix:start("https://matrix.foo.bar", "userid", "pwd").
#+end_exampleThis will spawn a process that logs in and begins polling for
events in the Matrix bot dev chat room