Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

tagasauris/tagasauris-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagasauris API Client

Examples

import hashlib, uuid
from tagasauris_api.api import TagasaurisClient

ext_id = hashlib.md5(str(uuid.uuid4())).hexdigest()

c = TagasaurisClient(login='***', password='***')

result = c.create_job(
    id=ext_id,
    title='Aug3Test',
    task={
        "id" : "tagging",
        "instruction" : "test job instruction, visible to mturkers",
        "paid" : "0.0",
        "keywords" : "some keywords"
    },
    mediaobjects=['adb9523a1d36***',]
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages