- ️️️️❗️Now the bot doesn't work, because the
mu-mu cafe
removed lunches from site - ❗️And the
Grand Victoria cafe
site doesn't work anymore
It's unofficial Telegram bot for cafe mumu.
Bot shows lunches on weekdays by command.
By the way! Bot is broadcasting menu for users everyday at 11:05 AM.
And bonus - bot shows lunches in Grand Victoria cafe.
Find the bot in Telegram: @lunchmumubot
- Download or clone repository
- Run the Redis store
- Set your
mumu_botName
andmumu_botToken
values in Redis store - Set the value
mumu_admin
for use broadcasting functionality - Run the Wildfly Application Server
- Configure
SQLite
datasource on Wildfly (instruction by Russian) - Connect to database and create table
menuItems
(See the filequeries.sql
inresources
folder) - Build project with
maven
(mvn clean package
) - Deploy
.ear
file fromtarget
folder to Wildfly Application Server - Enjoy!