https://github.com/syfaro/selectionsbot
Telegram bot that shows user selections on a list
https://github.com/syfaro/selectionsbot
Last synced: about 1 year ago
JSON representation
Telegram bot that shows user selections on a list
- Host: GitHub
- URL: https://github.com/syfaro/selectionsbot
- Owner: Syfaro
- Created: 2016-01-21T01:58:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T18:05:18.000Z (over 8 years ago)
- Last Synced: 2025-04-11T04:36:12.231Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selectionsbot
This bot allows for users to select items from a predefined list.
It was created for [a person on Reddit](https://www.reddit.com/r/TelegramBots/comments/41ukw4/need_a_bot_similar_to_pollbot/) with a fairly specific use case of wanting to determine what items he needed to purchase for lunch for a group of users.
You may create a new selection list `/create`.
After creating a list, users may select an item with `/select`.
When you are done, you can run `/end` to stop users from selecting items.
`/count` lets you get total counts of each item, `/list` lets you see which users selected what item.