kkonyshev / telegram-weather-bot

Share a location and get weather forecast in response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start from console

  • Build binaries: sbt clean stage
  • Run the bot: ./target/universal/stage/bin/telegram-weather-bot -Dbot.api_token=SET_API_TOKEN_HERE

Build docker image

  • Build image: sbt docker:publishLocal
  • Run container: docker run --rm -e BOT_WEATHER_API_TOKEN=SET_YOUR_BOT_TOKEN_HERE telegram-weather-bot:0.1

Links

Usage

  • Share a location with the bot

About

Share a location and get weather forecast in response


Languages

Language:Scala 100.0%