Skip to content

mportela/slack_kanbanize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages