Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schonfinkel/jueves
- Owner: schonfinkel
- Created: 2023-02-25T16:49:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T21:35:16.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T20:39:02.510Z (30 days ago)
- Topics: fsharp, telegram
- Language: F#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Jueves
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