Last active
February 5, 2020 18:46
-
-
Save Porter97/593726b4fe7aea208fb0970f96a71d7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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