Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sralloza/meal-planner-bot
https://github.com/sralloza/meal-planner-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sralloza/meal-planner-bot
- Owner: sralloza
- Created: 2022-04-21T10:40:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T09:16:09.000Z (over 2 years ago)
- Last Synced: 2023-03-09T04:32:34.278Z (almost 2 years ago)
- Language: Java
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meal Planner Bot
Telegram bot which uses the [Meal Planner API](https://github.com/sralloza/meal-planner).
## Deploy
Docker images are provided in [dockerhub](https://hub.docker.com/r/sralloza/meal-planner-bot).
## Configuration
Configuration is done by setting environment variables.
### Required
- ***TELEGRAM_BOT_TOKEN***: telegram bot token.
- ***TELEGRAM_BOT_USERNAME***: telegram bot username.
- ***TELEGRAM_CREATOR_ID***: telegram userID of the bot creator.### Optional
- ***TELEGRAM_STYLE_FROZEN_TOKENS_LEFT***: markdown token to start frozen meals. Defaults to `__*_`, meaning starting bold, italics and underlined text.
- ***TELEGRAM_STYLE_FROZEN_TOKENS_RIGHT***: markdown token to close frozen meals. Defaults to `_*__`, meaning closing bold, italics and underlined text.
- ***API_HTTP2***: Enable HTTP/2. defaults to `true`.