LunchMate is a telegram bot that takes care of broadcasting your colleagues about getting to lunch with you here and now. The algorithm is as follows:
- Register with bot lunchMate by typing /start
- Ask your office mates to do the same
- Form the list of mates you'd like to share the lunch with
- When you're hungry just ask bot to find a mate for getting to lunch with you into particular place right now. Bot will send invitation one by one walking through your predefined list. Every invitation recipient has 1 minute to accept. If not accepted, the invitation cancels and next person from the list invited. This repeats till the accepted invitation or the end of list.
- Enjoy your lunch!
The bot is written in AWS Lambda as a way to practice with Lambdas and do something useful. Would like to contribute? Submit your PR.