🐮 🍣 🍔 🍝 🍲
Bringing back the glorious lunchbot! And more stuff!
🍚 🍏 🍻 🍴 🍗
Ask the bot whats for lunch today. It understands locations (linz/vienna/cluj), so you can ask @cat-lunch-bot linz.
Have you ever found an interesting book and wondered whether we have a copy in our library? The bot can help you answer this question, simply ask @cat-lunch-bot do we have the book 0132350882. The bot will look into our goodreads shelves and lets you know whether we have it or not.
Just add the bot as contact in Skype (it is not published yet, so use the link here). In group chats use @cat-lunch-bot to talk to it.
Feel free to submit pull requests with more lunch commands!
Add a file xyz.js to 'menus'. Use this template:
module.exports = {
intent: "your intent", //the intent to match
location: "your location", //the location: "linz", "vienna" or "cluj"
menu: function(callback) {...} //a function that parses the menu from somewhere
}
All js files in 'menus' will be loaded automatically (except if the file starts with an underscore '_').
First, run the bot
npm run-script run
then, use the Microsoft Bot Framework Emulator and connect to it.
npm test