An open API service indexing awesome lists of open source software.

https://github.com/entropia/entropen.sh

Raumstatus-Bot für den Entropia Chatraum auf [Matrix]
https://github.com/entropia/entropen.sh

matrix matrix-bot spacepi

Last synced: 23 days ago
JSON representation

Raumstatus-Bot für den Entropia Chatraum auf [Matrix]

Awesome Lists containing this project

README

          

# Entropen.sh Matrix-Bot

## Usage

- create a new matrix account
- `settings -> help and informaiton -> copy access token`
- close element
- `room -> room settings -> extended -> intern room id`

Start the bot with the following environment vars set with your gathered
information:

```sh
MATRIX_PROVIDER=https://matrix.org
MATRIX_ACCESS_TOKEN=your_token
MATRIX_ROOM_ID=intern_room_id
./entropen.sh
```

## Resources

- [Client-Server-API with curl](https://www.matrix.org/docs/guides/client-server-api)