Skip to content

Releases: FsharpGHActions/daily-verse-telegram-bot

Version 1.0.0

15 Jul 01:12
636db47
Compare
Choose a tag to compare

First functional version of this project. We have:

  • Application written in F# that scrapes a Bible's verse from a website and sends it to a Telegram chat;
  • Dockerized application using multi-stage Dockerfile and the last base image is .NET chiseled (.NET distroless);
  • Workflow to check lint according to Fantomas;
  • Workflow to build and push the containerized application to GitHub registry;
  • Workflow to use the dockerized application with a cron trigger.