telegram-bot-bash
telegram-bot-bash copied to clipboard
Telegram bot written in bash
https://github.com/topkecleon/telegram-bot-bash/blob/4591b357d140334c1b6235b65bbc9c7fd701be93/modules/background.sh#L72 This line takes a 5th argument, skipping $3, which makes a script using start_proc to skip its first argument. I just started using this bot and I was breaking...
Hi Almost all `send_*` and some other functions from _sendMessage.sh_ are returning non-zero values after successfull execution It breaks `sometest && send_* || handle_error` scenario I have 2 options to...
write logs to `$BASHBOT_HOME`/logs instead of `.` for sourced function usecase
send_file "-781874795" "/var/www/tmp/download.png" "Lool" bin/send_file.sh "-781874795" "/var/www/tmp/download.png" "Lool" and doesn't get anything, but I send_message function is work for me to send messages.
Please is it possible to implement `disable_web_page_preview=True` parameter for the [sendMessage](https://core.telegram.org/bots/api#sendmessage) API method?
implement new features of API 5.1 https://core.telegram.org/bots/api-changelog#march-9-2021 - [x] new dice bowl - [ ] bot invite links - [ ] delete all messages on kick - [ ] goolge...
I am trying to call the script "send_message.sh mark" but the message sent does not arrive formatted, in /help they are formatted correctly, I wanted help to understand the problem.
Along with some example commands in mycommands.sh, feel free to adjust and change it, repo owners! I just had a billion commands setup on my server and couldn't just easily...
Hi, pls help me User send to chat photo/images, how to download this photos? I read docs: `````` # download from Telegram server # photo received in a chat photo="${URLS[PHOTO]}")"...
Add support of telegram mini web_apps with button like: "Press here|webapp:https://somesite.org/myapps.html"