Skip to content

Instantly share code, notes, and snippets.

@ArcHound
Last active March 2, 2025 13:24
Show Gist options
  • Save ArcHound/ae8eaab792f7fad360ef57dc2bae1eab to your computer and use it in GitHub Desktop.
Save ArcHound/ae8eaab792f7fad360ef57dc2bae1eab to your computer and use it in GitHub Desktop.
Shannon Entropy Test File
#!/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