Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schonfinkel/jueves

It's a Telegram bot that tells users/groups whether today is jueves
https://github.com/schonfinkel/jueves

fsharp telegram

Last synced: 25 days ago
JSON representation

It's a Telegram bot that tells users/groups whether today is jueves

Awesome Lists containing this project

README

        

* Jueves

#+html: built with nix

It's a stupid Telegram bot.

[[./assets/thursday/jueves_00.gif]]

* Developing
#+BEGIN_SRC shell
touch .env
echo "TELEGRAM_ADMIN_USERNAMES=username1,username2" >> .env
echo "TELEGRAM_BOT_TOKEN=" >> .env
#+END_SRC

* Deploying

#+BEGIN_SRC shell
cat .env | fly secrets import
#+END_SRC