paulhammond / slackcat

Post messages to Slack from the command line
MIT License
142 stars 22 forks source link

Added a buffered mode #18

Open asaushkin opened 7 years ago

asaushkin commented 7 years ago

Added ability to send buffered messages. I use this feature for sending reports from PostgreSQL. While sending with this option we will not to create temporary files and will not to send a every line in a separate message.

Like this:

psql -X -h redmine redmine -f /home/ags/workspace/crontab/check_redmine_open_issue.sql | slackcat -b