Kay Marquardt

Results 25 comments of Kay Marquardt

in your examples it's shown how to get the token, but not to set a previously saved token when creating a new Ebay object, e.g. on next run.

the idea of using rundir was to have the logs where your script is run and not mixed with logs of a standalone bot, let me think about how to...

by default file to send needs to be in "data-bot-bash" dir and absolute pathnames are not allowed

From send_file function reference: https://github.com/topkecleon/telegram-bot-bash/blob/master/doc/6_reference.md ``` For security reasons the following restrictions apply to local files: absolute path name must match the shell regex FILE_REGEX relative path name is threated...

but you raise a valid point, I will add error resposes to send _file in the next release

for historical reason the return value for send functions are undefined and later on I added the telegram response to allow checking the telegram response. I understand it would be...

Thinking more about, currently a non zero return value means bashbot think there is something wrong with your arguments or an internal error happend. a zero return value means nothing...

May be I extend the send_message functions to send any additional parameter, but this needs some thougths on how to do without breaking existing scripts. If you need it urgent...

https://afaqurk.github.io/linux-dash/#/system-status my be a staring point for an extended dashboard

the nice thing about linux-dash is that all system information is gathered by a bash script and system commands, so it does not depend on any other service. how to...