Telegram List bot: https://t.me/grocery_guy_bot
Go to file
2023-06-25 22:15:46 -04:00
glist Disable notificaiton for new list 2023-04-05 07:32:11 -04:00
.gitignore Add main.Version 2023-04-05 11:17:07 -04:00
go.mod Update anyhttp and Change wait time to 3 seconds 2023-05-01 20:18:55 -04:00
go.sum Update anyhttp and Change wait time to 3 seconds 2023-05-01 20:18:55 -04:00
LICENSE Update anyhttp and Change wait time to 3 seconds 2023-05-01 20:18:55 -04:00
main.go Long items don't work. telegram limit 64. Reject those 2023-06-25 22:15:46 -04:00
Makefile fix typo in Makefile 2023-04-05 11:33:02 -04:00
README.md Update anyhttp and Change wait time to 3 seconds 2023-05-01 20:18:55 -04:00

Grocery list bot

Bot shows the list as buttons that can be clicked to mark the item as done

Usage

Single user

Send your list of items to @grocery_guy_bot

Multiple users (Shared list)

  1. Create a group with all the members
  2. Add @grocery_guy_bot to the group
  3. Send your list of items.

Note: Everything sent to the group is considered a list item, so the group cannot be used to for any other text messages

TODO

  1. Write doc, screenshots, video, gif
  2. Done button for finish one list and start another
  3. Show list contents when done
  4. Show date time
  5. Multiple lists for same chat
  6. Sort button to move checked items to top
  7. Add tests