Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active February 5, 2020 18:46
Show Gist options
  • Save Porter97/593726b4fe7aea208fb0970f96a71d7a to your computer and use it in GitHub Desktop.
Save Porter97/593726b4fe7aea208fb0970f96a71d7a to your computer and use it in GitHub Desktop.
import stream
# Instatiate a new client
client = stream.connect('YOUR_API_KEY', 'API_KEY_SECRET')
# Instantiate a feed object
user_feed_1 = client.feed('user', '1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment