Skip to content

friedrichweise/mymensa_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mymensa_bot - @mymensa_bot

Simple Telegram Bot for the OpenMensa API using the node-telegram-bot-api, written in Node.js.

Commands

/mensa [CITY]

Example: /mensa berlin
Returns: custom keyboard with canteen selection

/meals [CANTEEN_ID]

Example: /meals 79
Returns: list of meals for the current day

/meals [CANTEEN_ID] [EXTRA_ICON]

Example: /meals 79 🌱
Returns: list of meals that match the extra text ('vegetarisch' OR 'vegan')

Example: /meals 79 🐮
Returns: list of meals with 'Rindfleisch'

Extras

feel free to contribute:

Text Icon
'vegetarisch' OR 'vegan' 🌱
'Alkohol' 🍷
'Rindfleisch' 🐮
'Schweinefleisch' 🐷

Install Dev Environment

git clone
npm update
npm start

Releases

No releases published

Packages

No packages published