Skip to content

Instantly share code, notes, and snippets.

@tardieu
Last active June 21, 2021 13:25
Show Gist options
  • Save tardieu/401605bc8c8f9b116332af068c3eb36b to your computer and use it in GitHub Desktop.
Save tardieu/401605bc8c8f9b116332af068c3eb36b to your computer and use it in GitHub Desktop.
aapl.py - sink
sink_config = dict(kind='slack-sink',
channel=slack_channel,
webhookUrl=slack_webhook)
sink = rayvens.Stream('slack', sink_config=sink_config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment