Skip to content

Instantly share code, notes, and snippets.

@ArcHound
Last active October 17, 2025 14:01
Show Gist options
  • Select an option

  • Save ArcHound/ae8eaab792f7fad360ef57dc2bae1eab to your computer and use it in GitHub Desktop.

Select an option

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 = "name.surname@whatever.com"
password = "I7Xr+HMvS9fjii5GTa8IZLH4yaP4B2UDIPAg9lgh3u4="
pin = "336351"
client = Client()
client.login(username, password)
data = client.get_data()
print(data)
return 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment