Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cshaa/matrix-poll-bot


https://github.com/cshaa/matrix-poll-bot

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Matrix Poll Bot

## Run
Install `rustup`, then create a `.env` file containing your bot's login credentials:
```bash
MATRIX_USER='@mybot:matrix.org'
MATRIX_PASSWORD='mypassword'
```
Finally, execute `cargo run`.