Znack / echo-telegram-bot-in-haskell

Simple example of Haskell project built with Req for HTTP requests and Aeson for JSON encoding/decoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Echo Telegram bot written in Haskell

Simple example of Haskell project built with Req for HTTP requests and Aeson for JSON encoding/decoding Edit Add topics

Launch

You have to have installed GHC and Stack. If so just run:

stack build
stack runghc app/Main.hs $BOT_TOKEN

About

Simple example of Haskell project built with Req for HTTP requests and Aeson for JSON encoding/decoding

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%