/eatwhere

Telegram bot integration for lunch qian

Primary LanguageElixirApache License 2.0Apache-2.0

Eatwhere

Telegram bot written in Elixir that hits the lunch qian backend API to return a random eating place. Project structure based off lubien/elixir-telegram-bot-boilerplate.

Prerequisites

Running in Development

  • mix deps.get
  • mix run --no-halt
  • Send a /eat message to the bot

Running in a docker container

  • docker-compose build
  • docker-compose create
  • docker-compose start