Matrix Poll Bot

Run

Install rustup, then create a .env file containing your bot's login credentials:

MATRIX_USER='@mybot:matrix.org'
MATRIX_PASSWORD='mypassword'

Finally, execute cargo run.