Skip to content

Instantly share code, notes, and snippets.

@diederich
diederich / gist:f49670cf08613101b59ace318758b226
Last active October 18, 2020 00:06 — forked from jaylyerly/gist:932df9d754b0ce4cc836
Post notification to Slack after Xcode bot build
#!/usr/bin/env python
import os
import requests
import json
print "Slack it up v.1.3"
slack_hook = "HOOK"
xcode_server_url = "xcbot://your.server.name"