Skip to content

Instantly share code, notes, and snippets.

@meredithroman
Created March 15, 2018 21:08
Show Gist options
  • Save meredithroman/34af05dd8131174b8ffbb5f9f9dd4aed to your computer and use it in GitHub Desktop.
Save meredithroman/34af05dd8131174b8ffbb5f9f9dd4aed to your computer and use it in GitHub Desktop.
import pusher
pusher_client = pusher.Pusher(
app_id='492761',
key='5bfdbd130f34b669394e',
secret='9b143a101b28ed72662d',
cluster='us2',
ssl=True
)
pusher_client.trigger('my-channel', 'my-event', {'message': 'hello world'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment