Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 954 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 954 Bytes

Krksmogbot

Build Status

A telegram bot that tells you how bad the air is in your area. It uses Nadia telegram client and was heavily inspired by this boilerplate.

Deploy

This bot uses gigalixir. With it installed create a new app:

gigalixir create

then set up NADIA_BOT_TOKEN (obtained from @botfather) and AIRLY_API_TOKEN (see airly) for your app:

gigalixir set_config APP_NAME NADIA_BOT_TOKEN token_here
gigalixir set_config APP_NAME AIRLY_API_TOKEN token_here

add gigalixir remote:

gigalixir set_git_remote APP_NAME

and push code to master

git push gigalixir master

Deploy is done!