Last active
March 2, 2025 13:24
-
-
Save ArcHound/ae8eaab792f7fad360ef57dc2bae1eab to your computer and use it in GitHub Desktop.
Shannon Entropy Test File
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
#!/usr/bin/env python3 | |
from api_client import Client | |
if __name__ == "__main__": | |
username = "[email protected]" | |
password = "I7Xr+HMvS9fjii5GTa8IZLH4yaP4B2UDIPAg9lgh3u4=" | |
pin = "336351" | |
client = Client() | |
client.login(username, password) | |
data = client.get_data() | |
return 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment