Skip to content

aliaksandr-martsinovich/krksmogbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%