Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 663 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 663 Bytes

Telegram Bot for 2gis

This is a very simple telegram bot for 2gis. The bot is available - here

Features

  • Ask your question and get the list of organizations
  • Get phone and location for found organization

Technologies

The bot is fully asynchronous and non-blocking. Akka-stream and akka-http used.

How to run

Prepare config

web-api.key = <YOUR API KEY>
web-api.host = <2GIS API HOST>
telegram.token = <TELEGRAM TOKEN>

Build .env file

scripts/convert_config.sh <your config> > .env

Run docker image

docker run --rm -i -t --env-file .env 13h3r/bottele

How to build

sbt docker