mportela / slack_kanbanize

publish notifications on slack, of kambanize activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack_kanbanize integration

Publish Kanbanize notifications on Slack

See this projects to know more about the interfaces of slack and kambanize apps:

To run this app just create a script and call this in your crontab:

slack_kanbanize_feeder --slack_token <slack-token> --slack_channel \#general --kanbanize_api_key <kanbanize-token> --kanbanize_board_id <board-id> --kanbanize_timedelta_collect 60

#for example, to use an external message_formater, just pass the new --kanbanize_message_formater parameter: slack_kanbanize_feeder --slack_token xoxp-2 --slack_channel #general --kanbanize_api_key dsadasd2ffzf --kanbanize_board_id 4 --kanbanize_message_formater ispm_formatter.formatter --kanbanize_timedelta_collect 60

The example above used the plugin to make some specific format for each message, and for this example i have made an project showing how to do this "kanbanize_message_formater", here: https://github.com/mportela/slack_kanbanize_plugin_ispm

About

publish notifications on slack, of kambanize activity

License:GNU General Public License v2.0


Languages

Language:Python 100.0%