Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shawnanastasio/matrix-pollbot

A bot for creating polls on the Matrix communication network
https://github.com/shawnanastasio/matrix-pollbot

Last synced: 3 days ago
JSON representation

A bot for creating polls on the Matrix communication network

Awesome Lists containing this project

README

        

Pollbot
=======
Pollbot is a [Matrix](https://matrix.org) bot written using [python-matrix-bot-api](https://github.com/shawnanastasio/python-matrix-bot-api) that allows you to create and vote on polls.

Requirements
------------
* Python 3
* python-matrix-bot-api (matrix-bot-api on pip)

Usage
-----
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

License
-------
GNU GPL v3

Pull requests welcome!