# telegram-bot-simple [![Build Status](https://travis-ci.org/fizruk/telegram-bot-simple.svg?branch=master)](https://travis-ci.org/fizruk/telegram-bot-simple) [![Hackage](https://img.shields.io/hackage/v/telegram-bot-simple.svg)](http://hackage.haskell.org/package/telegram-bot-simple) [![Stackage LTS](http://stackage.org/package/telegram-bot-simple/badge/lts)](http://stackage.org/lts/package/telegram-bot-simple) [![Stackage Nightly](http://stackage.org/package/telegram-bot-simple/badge/nightly)](http://stackage.org/nightly/package/telegram-bot-simple) Easy to use library for building Telegram bots in Haskell. ## LambdaConf 2018 workshop This library was featured in a [LambdaConf 2018 workshop](https://lambdaconf2018.dryfta.com/en/program-schedule/program/32/building-a-telegram-bot-in-haskell). The supplementary materials for the workshop is available at https://github.com/fizruk/lambdaconf-2018-workshop. ## Examples See bot examples here: https://github.com/fizruk/telegram-bot-simple/tree/master/examples Use `cabal build -fexamples` to build it. If you are building with stack then use `stack build --flag telegram-bot-simple:examples`. ## Contributing Contributions are welcome! Feel free to ping me on GitHub, file an issue or submit a PR :) _Nick_