schepach / telegram-mumu-bot

🐄 Unofficial telegram bot for cafe "Mumu"
https://www.cafemumu.ru
0 stars 0 forks source link

Telegram lunchmumubot

❗️Important information

About bot

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

Instruction for build and deploy

  1. Download or clone repository
  2. Run the Redis store
  3. Set your mumu_botName and mumu_botToken values in Redis store
  4. Set the value mumu_admin for use broadcasting functionality
  5. Run the Wildfly Application Server
  6. Configure SQLite datasource on Wildfly (instruction by Russian)
  7. Connect to database and create table menuItems (See the file queries.sql in resources folder)
  8. Build project with maven (mvn clean package)
  9. Deploy .ear file from target folder to Wildfly Application Server
  10. Enjoy!