Skip to content

gregimba/Ark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Quickstart

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')

About

A wrapper for the ark api using requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages