Pollbot is a Matrix bot written using python-matrix-bot-api that allows you to create and vote on polls.
- Python 3
- python-matrix-bot-api (matrix-bot-api on pip)
Copy config.ini.example
to config.ini
and fill in your bot's Matrix credentials.
Then simply invite Pollbot to your room and use !startpoll
to create a new poll.
See !pollhelp
for more information
GNU GPL v3
Pull requests welcome!