All Projects → vpavkin → telegram-bot-fs2

vpavkin / telegram-bot-fs2

Licence: other
Example telegram bot implementation using fs2 and http4s client (no akka)

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to telegram-bot-fs2

pfhais
Source code of the book Pure functional HTTP APIs in Scala including a chapter about upgrading to Scala 3.
Stars: ✭ 48 (+17.07%)
Mutual labels:  http4s, fs2
scala-functional-programming-tutorial
Functional Programming in Scala Tutorial
Stars: ✭ 23 (-43.9%)
Mutual labels:  http4s, fs2
typelevel-stack.g8
📚 Unofficial Giter8 template for the Typelevel Stack (Http4s / Doobie / Circe / Cats Effect / Fs2) based on Cats v1.x.x
Stars: ✭ 63 (+53.66%)
Mutual labels:  http4s, fs2
http4s-good-practices
Collection of what I consider good practices in Http4s (WIP)
Stars: ✭ 74 (+80.49%)
Mutual labels:  http4s, fs2
spotify-next
Small CLI app for filtering out music on Spotify.
Stars: ✭ 45 (+9.76%)
Mutual labels:  http4s, tagless-final
http4s-modules
Web modules built on Http4s
Stars: ✭ 31 (-24.39%)
Mutual labels:  http4s
http4s-graal
An experiment running http4s as native image with Graal (+ Substrate)
Stars: ✭ 27 (-34.15%)
Mutual labels:  http4s
sbt-guardrail
Principled code generation from OpenAPI specifications
Stars: ✭ 24 (-41.46%)
Mutual labels:  http4s
free-monads-functional-web-apps
Delving into Free Monads and using them to write pure functional web applications
Stars: ✭ 18 (-56.1%)
Mutual labels:  http4s
http4s-finagle
Http4s on Finagle Server or Client
Stars: ✭ 12 (-70.73%)
Mutual labels:  http4s
tradeio
A disciplined way to purely functional domain models in Scala
Stars: ✭ 19 (-53.66%)
Mutual labels:  http4s
zorechka-bot
Github bot for keeping your Bazel dependencies up-to-date and clean
Stars: ✭ 25 (-39.02%)
Mutual labels:  http4s
http4s-dom
http4s, in a browser near you
Stars: ✭ 13 (-68.29%)
Mutual labels:  http4s
http4s-munit
Integration between http4s & MUnit
Stars: ✭ 16 (-60.98%)
Mutual labels:  http4s
dokusho
Simple Japanese reading stats tracker
Stars: ✭ 12 (-70.73%)
Mutual labels:  http4s
event-driven-messenger
No description or website provided.
Stars: ✭ 43 (+4.88%)
Mutual labels:  http4s
http4s-laminar-stack
A complete example of a fullstack (I actually don't know what this means) Scala application, using http4s on the backend and Laminar and Scala.js on the frontend
Stars: ✭ 43 (+4.88%)
Mutual labels:  http4s
fs2-rabbit
🐰 RabbitMQ stream-based client built on top of Fs2
Stars: ✭ 143 (+248.78%)
Mutual labels:  fs2
zio-http4s-example
For anyone who's struggling to put an http4s server together with ZIO
Stars: ✭ 19 (-53.66%)
Mutual labels:  http4s
idealingua-v1
IdeaLingua RPC for Scala, TypeScript, C#, Go
Stars: ✭ 13 (-68.29%)
Mutual labels:  http4s

Telegram Bot FS2

Example purely functional telegram bot implementation with FS2 and http4s client.

Launching the bot

  1. Create a new bot for yourself with @BotFather: https://core.telegram.org/bots#6-botfather
  2. Export the token to env variables: export TODOLIST_BOT_TOKEN=<tokem>
  3. sbt run
  4. Just chat with the bot using your telegram app!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].