Created
February 13, 2022 16:51
-
-
Save SajidLhessani/c2f46ce02cb412dfd7dfa898fa188733 to your computer and use it in GitHub Desktop.
This file contains 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
#Copy and paste your API keys within these variables | |
key = 'H0gXdPT6Zu12L7siZQBOoI3JJZaN2i9leT7eM457IFHHG980aeds76' | |
secret = '2KwevuHUq1IHW1jsC4WBtABn4hzB2i9leT7eM457IFHHG980aeds76' | |
# Store the connection command line within a variable called "client" | |
client = Client(api_key=key, api_secret = secret) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test2