Matrix bot to do polls. What more do you need?
Project status: This was thought as a proof of concept rather than something I'm actually willing to maintain in the longer term. If you want to take it over, feel free to fork it. Otherwise I'm unlikely to find both time and motivation to work on it more than just merging PRs.
git clone https://github.com/babolivier/matrix-poll-bot.git
cd matrix-poll-bot
go build./matrix-poll-bot --config /path/to/config.yaml
See config.sample.yaml.
git clone https://github.com/babolivier/matrix-poll-bot.git
cd matrix-poll-bot
docker build -t matrix-poll-bot .
docker run -v /path/to/config/dir:/data matrix-poll-bot
# Add a file named 'config.yaml' to /path/to/config/dir