Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shawnanastasio/matrix-pollbot
- Owner: shawnanastasio
- License: gpl-3.0
- Created: 2017-05-18T04:02:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T06:43:15.000Z (about 6 years ago)
- Last Synced: 2024-10-30T18:51:14.420Z (9 days ago)
- Language: Python
- Size: 20.5 KB
- Stars: 23
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - shawnanastasio/matrix-pollbot - A bot for creating polls on the Matrix communication network (others)
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 informationLicense
-------
GNU GPL v3Pull requests welcome!