Skip to content

Instantly share code, notes, and snippets.

@roman-yepishev
Created November 2, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman-yepishev/d0c88731176e0728a8e6 to your computer and use it in GitHub Desktop.
Save roman-yepishev/d0c88731176e0728a8e6 to your computer and use it in GitHub Desktop.
Python MediaFire SDK example: system/get_status
from mediafire.api import MediaFireApi
api = MediaFireApi()
result = api.request("system/get_status")
print(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment