Skip to content

13h3r/tele2gis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Telegram Bot for 2gis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published