I want to send to multiple users but don't want to put bot token in each file for security reasons. Is there a way to specify a single global config file with the bot token (/etc/telegram-send.conf), but specify the chat_id separately on command line?
Following doesn't work either:
telegram-send --config test.conf -g "test"
Missing options in config: chat_id
Thanks!
I want to send to multiple users but don't want to put bot token in each file for security reasons. Is there a way to specify a single global config file with the bot token (/etc/telegram-send.conf), but specify the chat_id separately on command line?
Following doesn't work either:
telegram-send --config test.conf -g "test"
Missing options in config: chat_id
Thanks!