Python Ark api
A wrapper for the ark api using requests
If you want to learn more about the api check out their api_doc
from ark import Ark
ark = Ark('XXXXXXX-XXXX-XXXX-XXXX-XXXXXXX')
print ark.check_token()
print ark.email("email@example.com")
print ark.twitter('handle')
print ark.facebook('fb.url')