You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
sundarkast
changed the title
How do I use telegram-send with specific config without an actual file?
How do I use telegram-send to send to different chat_ids without an actual file?
Apr 9, 2020
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!
The text was updated successfully, but these errors were encountered: