jarjar
jarjar copied to clipboard
Python utility for sending slack notifications to your teams
Don't know why this isn't working... ``` jcz:rw jcz$ pip install jarjar Requirement already satisfied: jarjar in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (3.1) Requirement already satisfied: requests in /Library/Python/2.7/site-packages (from jarjar) (2.18.2) Requirement already...
Occasionally, a user may have a handle @xyz in Slack but (e.g.) `jarjar -u "@xyz" -m "test"` will result in `UserWarning: Response code 404: channel_not_found` This is because display names...
Sometimes jarjar makes invalid screen names: ```sh $ jarjar './go.sh' Creating screen: `./go.sh`. Cannot identify account '.'. Traceback (most recent call last): File "/usr/local/bin/jarjar", line 366, in main() File "/usr/local/bin/jarjar",...
In the magic function and in the decorator, the traceback is included as an attachment, wrapped in "\`\`\`" for formatting. These messages can get pretty long and Slack will cut...