Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/matrix-poll-bot
https://github.com/cshaa/matrix-poll-bot
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cshaa/matrix-poll-bot
- Owner: cshaa
- Created: 2024-10-05T11:46:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T11:51:53.000Z (4 months ago)
- Last Synced: 2025-01-17T21:12:55.149Z (10 days ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.